Skip to content

Commit

Permalink
set scripts from base (Azure#7734)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW authored and t-lstauber committed Jul 14, 2024
1 parent 6e6514c commit 22a68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ProcessCodeReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
set -ev
mkdir ${result_path}
git checkout "$base_branch_pre"/"$base_branch" -- scripts/ci/codegen_cal.py
git checkout "$base_branch_pre"/"$base_branch" -- scripts
python scripts/ci/codegen_cal.py --job check
ls ${result_path}
- name: Archive production artifacts
Expand Down

0 comments on commit 22a68c1

Please sign in to comment.