mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-25 15:47:15 -05:00
fix if condition
This commit is contained in:
parent
0610f60c9f
commit
bf02be35c8
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -19,7 +19,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
# Do not run the scheduled workflow on forks
|
# 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
|
name: Check for new spoiler
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user