Skip to content

Commit

Permalink
fix: cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Dee committed Jul 9, 2024
1 parent d25f498 commit 4bf3683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly CI

on:
schedule:
- cron: '* 10 * * *' # Run every 10 mins
- cron: '* /5 * * *' # Run every 5 mins

permissions:
id-token: write
Expand Down

0 comments on commit 4bf3683

Please sign in to comment.