2
0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2025-09-13 15:48:15 +07:00

Merge pull request #226 from crazy-max/workflow-dispatch

ci: workflow_dispatch to trigger manually
This commit is contained in:
CrazyMax 2025-09-11 17:00:22 +02:00 committed by GitHub
commit e77e8065d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '0 10 * * *' - cron: '0 10 * * *'
push: push: