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

This reverts commit 9d6b8830da.
pull/9977/head
Delyan Angelov 2021-06-13 20:21:27 +03:00
parent cab054c1ba
commit fc0095863f
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: [workflow_dispatch]
on:
schedule:
- cron: '0 */2 * * *'