From 825ad37da3c3cfb6c5f7c855a0a9d099ae7b0319 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 13 Jul 2024 22:39:26 -0500 Subject: [PATCH] update rubberstamp --- .github/workflows/rubberstamp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rubberstamp.yml b/.github/workflows/rubberstamp.yml index 9891e6f..0587d2c 100644 --- a/.github/workflows/rubberstamp.yml +++ b/.github/workflows/rubberstamp.yml @@ -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"