diff options
author | Mary Marchini <mmarchini@netflix.com> | 2020-07-31 17:01:21 -0700 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-08-05 08:41:48 -0700 |
commit | befbaf384edad0f5569c761981e590372a008a9a (patch) | |
tree | 8fa1d17a34187334fbad636b9940bb5cd23423c4 /.github | |
parent | 4af5dbd3bf8feea8e844dc7563413425a782f83b (diff) | |
download | node-new-befbaf384edad0f5569c761981e590372a008a9a.tar.gz |
build: don't run auto-start-ci on push
PR-URL: https://github.com/nodejs/node/pull/34588
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
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 |