Merge pull request #285 from Cockatrice/tooomm-fix_ci

CI: fix if condition
This commit is contained in:
ebbit1q 2022-01-31 23:52:44 +01:00 committed by GitHub
commit 9697c74d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ on:
jobs:
deploy:
# 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'
name: Check for new spoiler
runs-on: ubuntu-latest