Skip to content

Commit 6a129d0

Browse files
evanlucasaddaleax
authored andcommitted
build: do not run auto-start-ci on forks
Previously, the auto-start-ci action would run on forks. Without the secrets, the action would fail over and over again. This caused a lot of email spam. Now, we only run this action when the repository is nodejs/node. PR-URL: #34650 Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 2761f34 commit 6a129d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-start-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
startCI:
16+
if: github.repository == 'nodejs/node'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@master

0 commit comments

Comments
 (0)