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 }}