Skip to content

Commit

Permalink
docs: add notes for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 8, 2024
1 parent 8162511 commit 9f41fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Security Audit
on:
schedule:
# Runs every day at 00:00 UTC
# https://crontab.guru/#0_0_*_*_*
- cron: "0 0 * * *"
jobs:
audit:
Expand Down

0 comments on commit 9f41fab

Please sign in to comment.