ci: add `on: [workflow_dispatch]` tag inside .github/workflows/periodic.yml

pull/10408/head
Delyan Angelov 2021-06-10 09:04:22 +03:00
parent 96c8d147b2
commit 9d6b8830da
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Periodic
on:
on: [workflow_dispatch]
schedule:
- cron: '0 */2 * * *'