Skip to content

Commit a5f3717

Browse files
aduh95RafaelGSS
authored andcommitted
tools: limit the number of auto start CIs
PR-URL: #49067 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent b82f05c commit a5f3717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
--label 'request-ci' \
3535
--json 'number' \
3636
-t '{{ range . }}{{ .number }} {{ end }}' \
37-
--limit 100)
37+
--limit 5)
3838
echo "numbers=$numbers" >> $GITHUB_OUTPUT
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)