Skip to content

Commit 78117d0

Browse files
committed
fixed cache key
1 parent b6842fa commit 78117d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: integration
8888
experiment:
8989
concurrency:
90-
group: integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
90+
group: experiment-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
9191
cancel-in-progress: true
9292
runs-on: ubuntu-latest
9393
strategy:

0 commit comments

Comments
 (0)