From 196e572e98ea8d2fdc9bab4ab4e6eca3a707a326 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Jan 2022 17:35:50 +0100 Subject: [PATCH] chore: rename the workflow so it runs Signed-off-by: blam --- .github/workflows/goalie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 5adfef4f5d..59593b6cf6 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -1,5 +1,5 @@ # on a review from someone in the reviewers group, remove the awaiting-review label and add the awaiting-author label -name: Set Goalie Labels +name: Goalie Cron on: schedule: - cron: "0 0 * * *"