From 231846b4e5a225ae9643dc6100c137d362536902 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 20 Jan 2022 08:36:38 +0100 Subject: [PATCH] chore: reset back to cron time as this all seems to work perfectly Signed-off-by: blam --- .github/workflows/goalie.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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: