63
63
uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
64
64
with :
65
65
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 "
67
67
- name : configure the PR in which the error message will be posted
68
68
run : " echo \" [CI_PR_NUMBER=$num]\" "
69
69
env :
@@ -167,7 +167,7 @@ jobs:
167
167
uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
168
168
with :
169
169
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 "
171
171
- name : configure the PR in which the error message will be posted
172
172
run : " echo \" [CI_PR_NUMBER=$num]\" "
173
173
env :
@@ -486,7 +486,7 @@ jobs:
486
486
uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
487
487
with :
488
488
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 "
490
490
- name : configure the PR in which the error message will be posted
491
491
run : " echo \" [CI_PR_NUMBER=$num]\" "
492
492
env :
@@ -589,6 +589,7 @@ jobs:
589
589
NO_LLVM_ASSERTIONS : 1
590
590
NO_DEBUG_ASSERTIONS : 1
591
591
DIST_REQUIRE_ALL_TOOLS : 1
592
+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
592
593
os : macos-latest
593
594
- name : dist-x86_64-apple-alt
594
595
env :
@@ -598,6 +599,7 @@ jobs:
598
599
MACOSX_DEPLOYMENT_TARGET : 10.7
599
600
NO_LLVM_ASSERTIONS : 1
600
601
NO_DEBUG_ASSERTIONS : 1
602
+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
601
603
os : macos-latest
602
604
- name : x86_64-apple
603
605
env :
@@ -608,6 +610,7 @@ jobs:
608
610
MACOSX_STD_DEPLOYMENT_TARGET : 10.7
609
611
NO_LLVM_ASSERTIONS : 1
610
612
NO_DEBUG_ASSERTIONS : 1
613
+ RUST_CI_TEMP_SKIP_CANCEL_OUTDATED : 1
611
614
os : macos-latest
612
615
timeout-minutes : 600
613
616
runs-on : " ${{ matrix.os }}"
@@ -622,7 +625,7 @@ jobs:
622
625
uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
623
626
with :
624
627
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 "
626
629
- name : configure the PR in which the error message will be posted
627
630
run : " echo \" [CI_PR_NUMBER=$num]\" "
628
631
env :
0 commit comments