We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6842fa commit 78117d0Copy full SHA for 78117d0
.github/workflows/tests.yml
@@ -87,7 +87,7 @@ jobs:
87
name: integration
88
experiment:
89
concurrency:
90
- group: integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
+ group: experiment-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
91
cancel-in-progress: true
92
runs-on: ubuntu-latest
93
strategy:
0 commit comments