File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 # On main/release, we don't want any jobs cancelled
2727 # On PR branches, we cancel the job if new commits are pushed
2828 # More info: https://stackoverflow.com/a/70972844/1261287
29- group : ${{ github.workflow }}-${{ github.github.ref }}-${{ matrix.java-version }}
29+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}-${{ matrix.java-version }}
3030 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
3131
3232 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 # On main/release, we don't want any jobs cancelled
2020 # On PR branches, we cancel the job if new commits are pushed
2121 # More info: https://stackoverflow.com/a/70972844/1261287
22- group : ${{ github.workflow }}-${{ github.github.ref }}-${{ matrix.java-version }}
22+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}-${{ matrix.java-version }}-${{ matrix.sigstore-env }}
2323 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2424
2525 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 # On main/release, we don't want any jobs cancelled
2020 # On PR branches, we cancel the job if new commits are pushed
2121 # More info: https://stackoverflow.com/a/70972844/1261287
22- group : ${{ github.workflow }}-${{ github.github.ref }}-${{ matrix.java-version }}
22+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}-${{ matrix.java-version }}
2323 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2424
2525 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments