File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313jobs :
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
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 :
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 :
You can’t perform that action at this time.
0 commit comments