mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: limit the number of auto start CIs
PR-URL: https://github.com/nodejs/node/pull/49067 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
2
.github/workflows/auto-start-ci.yml
vendored
2
.github/workflows/auto-start-ci.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
--label 'request-ci' \
|
||||
--json 'number' \
|
||||
-t '{{ range . }}{{ .number }} {{ end }}' \
|
||||
--limit 100)
|
||||
--limit 5)
|
||||
echo "numbers=$numbers" >> $GITHUB_OUTPUT
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user