From 1cd1c118fba22ea7b14c58b20b021595d3395e41 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 8 Aug 2023 11:30:59 +0200 Subject: [PATCH] tools: limit the number of auto start CIs --- .github/workflows/auto-start-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index d1f84e65aa6f6f..03c5f326a06f39 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -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 }}