diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index e5e5d39762..a71dee375c 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -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