From d392d2dbb33979bfea7ebe0a2bc7e2b8082c1601 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Thu, 20 Jan 2022 13:02:59 +0100 Subject: [PATCH] change run frequency to push Signed-off-by: Ben Lambert --- .github/workflows/goalie.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 93ca4209fc..e5e5d39762 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -1,8 +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: +# schedule: +# - cron: '* * * * *' +on: push jobs: label: