diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto-start-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index 826b80caef..b6be44b6e9 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -2,7 +2,6 @@ name: Auto Start CI on: - push: schedule: # `schedule` event is used instead of `pull_request` because when a # `pull_requesst` event is triggered on a PR from a fork, GITHUB_TOKEN will |