Skip to content

Commit

Permalink
ci(perf): test odd week
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li committed Oct 28, 2024
1 parent 39ae937 commit 3a0860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Determine if this is the biweekly run
id: determine_run
run: |
[ $(( $(date +'%V') % 2 )) -eq 0 ] && echo "run_biweekly::true" >> $GITHUB_OUTPUT || echo "run_biweekly::false" >> $GITHUB_OUTPUT
[ $(( $(date +'%U') % 2 )) -eq 0 ] && echo "run_biweekly::true" >> $GITHUB_OUTPUT || echo "run_biweekly::false" >> $GITHUB_OUTPUT
- name: Set test commit
id: set_test_commit
Expand Down

0 comments on commit 3a0860d

Please sign in to comment.