Skip to content

Commit

Permalink
workflows: reset nightly cron
Browse files Browse the repository at this point in the history
Reset nightly cron to midnight.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo committed Nov 29, 2024
1 parent 9386cb6 commit 94896f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: -m "not slow"

schedule:
- cron: "15 * * * *"
- cron: "0 0 * * *"
push:
branches:
- main
Expand Down

0 comments on commit 94896f3

Please sign in to comment.