Skip to content

Commit

Permalink
concurrency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Sep 6, 2023
1 parent 1a7ab2b commit 043a6e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
name: Build
runs-on: self-hosted
strategy:
max-parallel: 2
matrix:
node-version: [16.x, 18.x]
steps:
Expand All @@ -25,9 +24,7 @@ jobs:
name: Lint Code
needs: build
runs-on: self-hosted
concurrency: job-second-stage
strategy:
max-parallel: 2
matrix:
node-version: [16.x, 18.x]
steps:
Expand All @@ -40,9 +37,7 @@ jobs:
name: Unit Tests
needs: build
runs-on: self-hosted
concurrency: job-second-stage
strategy:
max-parallel: 2
matrix:
node-version: [16.x, 18.x]
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
name: Lint Code
needs: build
runs-on: self-hosted
concurrency: job-second-stage
steps:
- name: Linting
run: npm run lint
Expand All @@ -32,7 +31,6 @@ jobs:
name: Unit Tests
needs: build
runs-on: self-hosted
concurrency: job-second-stage
steps:
- name: Running unit tests
run: npm run test:unit
Expand Down

0 comments on commit 043a6e3

Please sign in to comment.