File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1111defaults :
1212 run :
1313 shell : bash
14+ concurrency :
15+ # Skip intermediate builds: all builds except for builds on the `main` branch
16+ # Cancel intermediate builds: only pull request builds
17+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/main' || github.run_number }}
18+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1419jobs :
1520 example :
1621 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 99defaults :
1010 run :
1111 shell : bash
12+ concurrency :
13+ # Skip intermediate builds: all builds except for builds on the `main` branch
14+ # Cancel intermediate builds: only pull request builds
15+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/main' || github.run_number }}
16+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1217jobs :
1318 multiple_prs :
1419 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99defaults :
1010 run :
1111 shell : bash
12+ concurrency :
13+ # Skip intermediate builds: all builds except for builds on the `main` branch
14+ # Cancel intermediate builds: only pull request builds
15+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/main' || github.run_number }}
16+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1217jobs :
1318 update_each_manifest :
1419 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments