mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-09-13 22:50:17 +08:00
Merge pull request #226 from crazy-max/workflow-dispatch
ci: workflow_dispatch to trigger manually
This commit is contained in:
commit
e77e8065d9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user