Skip to content

Commit 043a6e3

Browse files
committed
concurrency removed
1 parent 1a7ab2b commit 043a6e3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
name: Build
77
runs-on: self-hosted
88
strategy:
9-
max-parallel: 2
109
matrix:
1110
node-version: [16.x, 18.x]
1211
steps:
@@ -25,9 +24,7 @@ jobs:
2524
name: Lint Code
2625
needs: build
2726
runs-on: self-hosted
28-
concurrency: job-second-stage
2927
strategy:
30-
max-parallel: 2
3128
matrix:
3229
node-version: [16.x, 18.x]
3330
steps:
@@ -40,9 +37,7 @@ jobs:
4037
name: Unit Tests
4138
needs: build
4239
runs-on: self-hosted
43-
concurrency: job-second-stage
4440
strategy:
45-
max-parallel: 2
4641
matrix:
4742
node-version: [16.x, 18.x]
4843
steps:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
name: Lint Code
2222
needs: build
2323
runs-on: self-hosted
24-
concurrency: job-second-stage
2524
steps:
2625
- name: Linting
2726
run: npm run lint
@@ -32,7 +31,6 @@ jobs:
3231
name: Unit Tests
3332
needs: build
3433
runs-on: self-hosted
35-
concurrency: job-second-stage
3634
steps:
3735
- name: Running unit tests
3836
run: npm run test:unit

0 commit comments

Comments
 (0)