diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 4c581e5b19..93ca4209fc 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -1,10 +1,8 @@ # 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: