1
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2025-09-13 22:50:17 +08:00

ci: workflow_dispatch to trigger manually

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-09-11 16:58:37 +02:00
parent 3320a6b3fe
commit 646f117836
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

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