Skip to content

Commit

Permalink
set scripts from base (#7734)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW committed Jun 21, 2024
1 parent 15f49d8 commit 1efc1a8
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 1efc1a8

Please sign in to comment.