mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
do not run the scheduled run on forks
This commit is contained in:
parent
37f2d8e19b
commit
91a615f77d
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -18,6 +18,9 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
# do not run the sheduled run on forks
|
||||
if: github.event != 'schedule' || github.repository_owner == 'Cockatrice'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user