Skip to content

Commit ce62adf

Browse files
authored
ci: no concurrency for test/coverage
1 parent 04c368f commit ce62adf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
needs: lint
2828
strategy:
29+
max-parallel: 1
2930
matrix:
3031
node-version: ['lts/hydrogen', 'lts/iron', 'lts/*']
3132
steps:
@@ -41,7 +42,7 @@ jobs:
4142
coverage:
4243
name: Coverage
4344
runs-on: ubuntu-latest
44-
needs: lint
45+
needs: ['lint', 'test']
4546
steps:
4647
- uses: actions/checkout@v5
4748
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)