diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8dc6cb91..59c61410 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: