Skip to content
Snippets Groups Projects
Unverified Commit 3fe17270 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Revert "[CI] Add concurrency to BE and FE workflows (#27235)" (#27450)

This reverts commit a63f9bd1.
parent 3d176c14
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment