diff --git a/.github/workflows/check-certificates.yml b/.github/workflows/check-certificates.yml index 51cd5c3a..af4a4c53 100644 --- a/.github/workflows/check-certificates.yml +++ b/.github/workflows/check-certificates.yml @@ -3,7 +3,7 @@ name: Check for issues with signing certificates on: schedule: # run every 10 hours - - cron: "* */10 * * *" + - cron: "0 */10 * * *" # workflow_dispatch event allows the workflow to be triggered manually. # This could be used to run an immediate check after updating certificate secrets. # See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch