mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-22 17:35:06 -05:00
Merge pull request #285 from Cockatrice/tooomm-fix_ci
CI: fix if condition
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user