GithubActions: Updated cron schedule

This commit is contained in:
Torkel Ödegaard
2020-10-09 20:46:15 +02:00
parent 5b0495ea6a
commit 934e2a626f

View File

@@ -13,7 +13,7 @@ on:
issues:
types: [opened, closed]
schedule:
- cron: */10 * * * * # Every 10 minutes
- cron: "*/10 * * * *" # Every 10 minutes
jobs:
main: