|
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: configure GitHub Actions to kill the build when outdated |
76 | | - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
77 | | - with: |
78 | | - github_token: "${{ secrets.github_token }}" |
79 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
80 | 75 | - name: collect CPU statistics |
81 | 76 | run: src/ci/scripts/collect-cpu-stats.sh |
82 | 77 | if: success() && !env.SKIP_JOB |
@@ -433,11 +428,6 @@ jobs: |
433 | 428 | - name: decide whether to skip this job |
434 | 429 | run: src/ci/scripts/should-skip-this.sh |
435 | 430 | if: success() && !env.SKIP_JOB |
436 | | - - name: configure GitHub Actions to kill the build when outdated |
437 | | - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
438 | | - with: |
439 | | - github_token: "${{ secrets.github_token }}" |
440 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
441 | 431 | - name: collect CPU statistics |
442 | 432 | run: src/ci/scripts/collect-cpu-stats.sh |
443 | 433 | if: success() && !env.SKIP_JOB |
@@ -540,11 +530,6 @@ jobs: |
540 | 530 | - name: decide whether to skip this job |
541 | 531 | run: src/ci/scripts/should-skip-this.sh |
542 | 532 | if: success() && !env.SKIP_JOB |
543 | | - - name: configure GitHub Actions to kill the build when outdated |
544 | | - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
545 | | - with: |
546 | | - github_token: "${{ secrets.github_token }}" |
547 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
548 | 533 | - name: collect CPU statistics |
549 | 534 | run: src/ci/scripts/collect-cpu-stats.sh |
550 | 535 | if: success() && !env.SKIP_JOB |
|
0 commit comments