Skip to content

Commit 06eb663

Browse files
committed
separate namespace for scheduled and event tests for prevent stop ones from others.
1 parent b5d1297 commit 06eb663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
unit:
1515
concurrency:
16-
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
16+
group: unit-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
1717
cancel-in-progress: true
1818
strategy:
1919
fail-fast: false
@@ -44,7 +44,7 @@ jobs:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
integration:
4646
concurrency:
47-
group: integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
47+
group: integration-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4848
cancel-in-progress: true
4949
runs-on: ubuntu-latest
5050
strategy:
@@ -95,7 +95,7 @@ jobs:
9595
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9696
experiment:
9797
concurrency:
98-
group: experiment-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
98+
group: experiment-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
9999
cancel-in-progress: true
100100
runs-on: ubuntu-latest
101101
strategy:

0 commit comments

Comments
 (0)