Revert back to cron

Signed-off-by: Ben Lambert <blam@spotify.com>
This commit is contained in:
Ben Lambert
2022-01-20 13:30:24 +01:00
committed by Fredrik Adelöw
parent b9e5973d9b
commit e872c7ebaf
+4 -5
View File
@@ -1,10 +1,9 @@
# on a review from someone in the reviewers group, remove the awaiting-review label and add the awaiting-author label
name: 'goalie: run cron'
#on:
# schedule:
# - cron: '* * * * *'
on: push
on:
schedule:
- cron: '* * * * *'
jobs:
label:
runs-on: ubuntu-latest