mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 06:02:28 -07:00
fix if condition on ci translations (#4603)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user