From c10c69d0a91dba116a4ceb661e3ac06b8ebcfa9f Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 1 Apr 2022 11:24:51 +0200 Subject: [PATCH] fix if condition on ci translations (#4603) --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 848d5d060..4272cd3a9 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -9,7 +9,7 @@ on: jobs: translations: # 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' runs-on: ubuntu-latest