File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Check backend
22
33on : [workflow_call]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : ${{ github.ref_name != 'main' }}
8+
59permissions : read-all
610
711jobs :
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Check frontend & libs
22
33on : [workflow_call]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : ${{ github.ref_name != 'main' }}
8+
59permissions : read-all
610
711jobs :
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: E2E tests
22
33on : [workflow_call]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : ${{ github.ref_name != 'main' }}
8+
59permissions : read-all
610
711jobs :
Original file line number Diff line number Diff line change 1111 release :
1212 types : [published]
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : ${{ github.ref_name != 'main' }}
17+
1418permissions : read-all
1519
1620jobs :
You can’t perform that action at this time.
0 commit comments