mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
fix if condition on ci translations (#4603)
This commit is contained in:
parent
191d5a83a9
commit
c10c69d0a9
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user