Skip to content

Commit dc9a587

Browse files
committed
allow for 30 open auto-update PRs
1 parent a6f0c01 commit dc9a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_update_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: update external resources
7373
id: update_external
7474
shell: bash -l {0}
75-
run: python scripts/update_external_resources.py --max-resource-count 20 ${{ github.event_name == 'pull_request' && '--no-ignore-status-5xx' || '--ignore-status-5xx' }}
75+
run: python scripts/update_external_resources.py --max-resource-count 30 ${{ github.event_name == 'pull_request' && '--no-ignore-status-5xx' || '--ignore-status-5xx' }}
7676
- name: "Upload collection update"
7777
uses: actions/upload-artifact@v3
7878
with:

0 commit comments

Comments
 (0)