From bf02be35c87dd486196ddcd4c7a3ca99c8b018db Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 31 Jan 2022 14:27:06 +0100 Subject: [PATCH] fix if condition --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eefbc8d5..d2146812 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ on: jobs: deploy: # Do not run the scheduled workflow on forks - if: github.event != 'schedule' || github.repository_owner == 'Cockatrice' + if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice' name: Check for new spoiler runs-on: ubuntu-latest