workflows: add workflow_dispatch trigger

master
Dawid Dziurla 2020-08-14 21:39:13 +02:00 committed by GitHub
parent ce5e588127
commit 1f2dab79f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Cancel previous runs
on:
workflow_dispatch:
schedule:
# Once every 15 minutes
- cron: '*/15 * * * *'