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