Skip to content

Commit

Permalink
update rubberstamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jul 14, 2024
1 parent f6aa936 commit 825ad37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rubberstamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
#
name: "Rubberstamp"
on: # yamllint disable-line rule:truthy
# POSIX cron format
# https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html
schedule:
# Once every 5 minutes
# - cron: "*/5 * * * *"
# Once a month
- cron: "0 0 * */1 *"
- cron: "0 0 1 * *"
jobs:
Audit:
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit 825ad37

Please sign in to comment.