[v8ctf] Automation: add temporary workflow_dispatch trigger

This commit is contained in:
sroettger
2025-06-25 10:08:50 +02:00
committed by GitHub
parent 95a4dffedd
commit 2bebc3a92a
@@ -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