Skip to content

Commit

Permalink
Merge pull request #130 from nirmata/update-cron
Browse files Browse the repository at this point in the history
fixed cron
  • Loading branch information
VedRatan authored Jul 3, 2024
2 parents 8c35ff8 + 1fd9027 commit 57b8358
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 57b8358

Please sign in to comment.