fix if condition on ci translations (#4603)

This commit is contained in:
tooomm
2022-04-01 11:24:51 +02:00
committed by GitHub
parent 191d5a83a9
commit c10c69d0a9

View File

@@ -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