Skip to content

Commit

Permalink
Merge pull request #16484 from cevich/fix_missing_secret
Browse files Browse the repository at this point in the history
[skip-ci] GHA: Fix undefined secret env. var.
  • Loading branch information
cevich authored Nov 11, 2022
2 parents 2e1f36a + 329b053 commit 3b7b20a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rerun_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
schedule:
# N/B: This should fire about an hour prior to check_cirrus_cron
# so the re-runs have a chance to complete.
- cron: '59 22 * * 1-5'
- cron: '05 22 * * 1-5'
# Debug: Allow triggering job manually in github-actions WebUI
workflow_dispatch: {}

Expand Down Expand Up @@ -42,6 +42,8 @@ jobs:

- if: steps.cron.outputs.failures > 0
shell: bash
env:
SECRET_CIRRUS_API_KEY: ${{ secrets.SECRET_CIRRUS_API_KEY }}
run: './.github/actions/check_cirrus_cron/rerun_failed_tasks.sh'

- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
Expand Down

0 comments on commit 3b7b20a

Please sign in to comment.