workflows: add workflow_dispatch trigger
parent
ce5e588127
commit
1f2dab79f0
|
@ -1,6 +1,7 @@
|
||||||
name: Cancel previous runs
|
name: Cancel previous runs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Once every 15 minutes
|
# Once every 15 minutes
|
||||||
- cron: '*/15 * * * *'
|
- cron: '*/15 * * * *'
|
||||||
|
|
Loading…
Reference in New Issue