6363 uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
6464 with :
6565 github_token : " ${{ secrets.github_token }}"
66- if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
66+ if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED "
6767 - name : configure the PR in which the error message will be posted
6868 run : " echo \" [CI_PR_NUMBER=$num]\" "
6969 env :
@@ -167,7 +167,7 @@ jobs:
167167 uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
168168 with :
169169 github_token : " ${{ secrets.github_token }}"
170- if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
170+ if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED "
171171 - name : configure the PR in which the error message will be posted
172172 run : " echo \" [CI_PR_NUMBER=$num]\" "
173173 env :
@@ -486,7 +486,7 @@ jobs:
486486 uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
487487 with :
488488 github_token : " ${{ secrets.github_token }}"
489- if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
489+ if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED "
490490 - name : configure the PR in which the error message will be posted
491491 run : " echo \" [CI_PR_NUMBER=$num]\" "
492492 env :
@@ -589,6 +589,7 @@ jobs:
589589 NO_LLVM_ASSERTIONS : 1
590590 NO_DEBUG_ASSERTIONS : 1
591591 DIST_REQUIRE_ALL_TOOLS : 1
592+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
592593 os : macos-latest
593594 - name : dist-x86_64-apple-alt
594595 env :
@@ -598,6 +599,7 @@ jobs:
598599 MACOSX_DEPLOYMENT_TARGET : 10.7
599600 NO_LLVM_ASSERTIONS : 1
600601 NO_DEBUG_ASSERTIONS : 1
602+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
601603 os : macos-latest
602604 - name : x86_64-apple
603605 env :
@@ -608,6 +610,7 @@ jobs:
608610 MACOSX_STD_DEPLOYMENT_TARGET : 10.7
609611 NO_LLVM_ASSERTIONS : 1
610612 NO_DEBUG_ASSERTIONS : 1
613+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
611614 os : macos-latest
612615 timeout-minutes : 600
613616 runs-on : " ${{ matrix.os }}"
@@ -622,7 +625,7 @@ jobs:
622625 uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
623626 with :
624627 github_token : " ${{ secrets.github_token }}"
625- if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
628+ if : " success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED "
626629 - name : configure the PR in which the error message will be posted
627630 run : " echo \" [CI_PR_NUMBER=$num]\" "
628631 env :
0 commit comments