Skip to content

Commit

Permalink
fixed cron
Browse files Browse the repository at this point in the history
  • Loading branch information
VedRatan authored Jul 3, 2024
1 parent 8c35ff8 commit 1fd9027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly Scan
on:
schedule:
- cron: "*/5 * * *" # UTC
- cron: "*/5 * * * *" # UTC

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 1fd9027

Please sign in to comment.