Skip to content

Commit

Permalink
Revert "[CI] Add concurrency to BE and FE workflows (#27235)" (#27450)
Browse files Browse the repository at this point in the history
This reverts commit a63f9bd.
  • Loading branch information
nemanjaglumac committed Dec 28, 2022
1 parent 3d176c1 commit 3fe1727
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ on:
- "**/frontend/test/**"
- "**/frontend/**.unit.*"

concurrency:
group: ${{ github.head_ref && github.workflow || github.run_id }}
cancel-in-progress: true

jobs:

be-linter-cloverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- "**/frontend/**.unit.*"

concurrency:
group: ${{ github.head_ref && github.workflow || github.run_id }}
group: ${{ github.head_ref || github.run_id}}
cancel-in-progress: true

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ on:
- "frontend/test/__support__/e2e/**"
- "frontend/test/__runner__/*cypress*"

concurrency:
group: ${{ github.head_ref && github.workflow || github.run_id }}
cancel-in-progress: true

jobs:
fe-linter-prettier:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 3fe1727

Please sign in to comment.