1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

View File

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