diff --git a/.github/workflows/v8ctf-challenge-updater.yaml b/.github/workflows/v8ctf-challenge-updater.yaml index cdb37a8e..a5b04b8f 100644 --- a/.github/workflows/v8ctf-challenge-updater.yaml +++ b/.github/workflows/v8ctf-challenge-updater.yaml @@ -4,6 +4,7 @@ on: schedule: # This schedule runs at 00:00 UTC every Wednesday. - cron: '0 0 * * 3' + workflow_dispatch: # Temporary to re-trigger the failed workflow run jobs: update-challenges: runs-on: ubuntu-latest