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

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

parent d632793e
Branches
Tags
No related merge requests found
......@@ -19,6 +19,10 @@ 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.run_id}}
group: ${{ github.head_ref && github.workflow || github.run_id }}
cancel-in-progress: true
jobs:
......
......@@ -33,6 +33,10 @@ 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.
Please register or to comment