do not run the scheduled run on forks

This commit is contained in:
ebbit1q 2020-12-04 01:44:55 +01:00
parent 37f2d8e19b
commit 91a615f77d

View File

@ -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: