Skip to content

Commit

Permalink
Merge pull request #356 from sablier-labs/ci/cron-job-time-shift
Browse files Browse the repository at this point in the history
ci: run cron jobs on Wed and Sat
  • Loading branch information
PaulRBerg authored Dec 23, 2024
2 parents 41a093f + 6911c5b commit 356d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

on:
schedule:
- cron: "0 3 */2 * *" # at 3:00am UTC every 2 days
- cron: "0 3 * * 3,6" # at 3:00am UTC on Wednesday and Saturday
workflow_dispatch:
inputs:
integrationFuzzRuns:
Expand Down

0 comments on commit 356d652

Please sign in to comment.