|
72 | 72 | - name: decide whether to skip this job |
73 | 73 | run: src/ci/scripts/should-skip-this.sh |
74 | 74 | if: success() && !env.SKIP_JOB |
| 75 | + - name: ensure the channel matches the target branch |
| 76 | + run: src/ci/scripts/verify-channel.sh |
| 77 | + if: success() && !env.SKIP_JOB |
75 | 78 | - name: configure GitHub Actions to kill the build when outdated |
76 | 79 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
77 | 80 | with: |
@@ -434,6 +437,9 @@ jobs: |
434 | 437 | - name: decide whether to skip this job |
435 | 438 | run: src/ci/scripts/should-skip-this.sh |
436 | 439 | if: success() && !env.SKIP_JOB |
| 440 | + - name: ensure the channel matches the target branch |
| 441 | + run: src/ci/scripts/verify-channel.sh |
| 442 | + if: success() && !env.SKIP_JOB |
437 | 443 | - name: configure GitHub Actions to kill the build when outdated |
438 | 444 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
439 | 445 | with: |
@@ -541,6 +547,9 @@ jobs: |
541 | 547 | - name: decide whether to skip this job |
542 | 548 | run: src/ci/scripts/should-skip-this.sh |
543 | 549 | if: success() && !env.SKIP_JOB |
| 550 | + - name: ensure the channel matches the target branch |
| 551 | + run: src/ci/scripts/verify-channel.sh |
| 552 | + if: success() && !env.SKIP_JOB |
544 | 553 | - name: configure GitHub Actions to kill the build when outdated |
545 | 554 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
546 | 555 | with: |
|
0 commit comments