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

[CI] Add conditional concurrency to low risk workflows (#28192)

parent 364faf90
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ on:
- 'release-**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
jobs:
shared-tests-cljs:
......
......@@ -7,6 +7,10 @@ on:
- 'release-**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
jobs:
verify-i18n-files:
......
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