Skip to content

Commit 332c06e

Browse files
facutuescaRafaelGSS
authored andcommitted
fix: Remove parallel runs to avoid hitting GH rate limit
1 parent 3790939 commit 332c06e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-vulns.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix: ${{ fromJson(needs.check-vulns.outputs.matrix) }}
65+
max-parallel: 1
6566
steps:
6667
- uses: actions/checkout@v3
6768
- uses: dblock/create-a-github-issue@v3

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
secrets: inherit
2525
strategy:
2626
fail-fast: false
27+
max-parallel: 1
2728
matrix:
2829
nodejsStream: ${{ fromJSON(needs.get-supported-versions.outputs.matrix) }}
2930
uses: ./.github/workflows/check-vulns.yml

0 commit comments

Comments
 (0)