From e872c7ebaf59fb14cdaceeabd75506b7bfbe52c2 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Thu, 20 Jan 2022 13:30:24 +0100 Subject: [PATCH] Revert back to cron Signed-off-by: Ben Lambert --- .github/workflows/goalie.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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