We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790939 commit 332c06eCopy full SHA for 332c06e
.github/workflows/check-vulns.yml
@@ -62,6 +62,7 @@ jobs:
62
runs-on: ubuntu-latest
63
strategy:
64
matrix: ${{ fromJson(needs.check-vulns.outputs.matrix) }}
65
+ max-parallel: 1
66
steps:
67
- uses: actions/checkout@v3
68
- uses: dblock/create-a-github-issue@v3
.github/workflows/daily.yml
@@ -24,6 +24,7 @@ jobs:
24
secrets: inherit
25
26
fail-fast: false
27
28
matrix:
29
nodejsStream: ${{ fromJSON(needs.get-supported-versions.outputs.matrix) }}
30
uses: ./.github/workflows/check-vulns.yml
0 commit comments