Skip to content

Commit

Permalink
Disable periodic integration-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zchn authored Feb 10, 2025
1 parent eae81d3 commit ff68cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: true
default: ''
schedule:
- cron: '30 22 * * *' # Runs at 10:30pm UTC every day
- cron: '30 22 * 1 *' # Runs at 10:30pm UTC only in Jan (zchn: effectively disabling it)

env:
N_PROCESSES: 10 # Global configuration for number of parallel processes for evaluation
Expand Down

0 comments on commit ff68cad

Please sign in to comment.