diff --git a/.github/workflows/actions-audit.yaml b/.github/workflows/actions-audit.yaml index 6f2f4bb..2d2e964 100644 --- a/.github/workflows/actions-audit.yaml +++ b/.github/workflows/actions-audit.yaml @@ -9,7 +9,7 @@ run-name: Audit ${{ github.event.repository.name }} on: # yamllint disable-line rule:truthy workflow_dispatch: schedule: - - cron: "30 21 * * 0,2,4" + - cron: "30 03 * * 0,2,4" jobs: actions-audit: