|
79 | 79 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
80 | 80 | with: |
81 | 81 | github_token: "${{ secrets.github_token }}" |
82 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
| 82 | + if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && github.ref != 'refs/heads/try-perf'" |
83 | 83 | - name: collect CPU statistics |
84 | 84 | run: src/ci/scripts/collect-cpu-stats.sh |
85 | 85 | if: success() && !env.SKIP_JOB |
@@ -478,7 +478,7 @@ jobs: |
478 | 478 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
479 | 479 | with: |
480 | 480 | github_token: "${{ secrets.github_token }}" |
481 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
| 481 | + if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && github.ref != 'refs/heads/try-perf'" |
482 | 482 | - name: collect CPU statistics |
483 | 483 | run: src/ci/scripts/collect-cpu-stats.sh |
484 | 484 | if: success() && !env.SKIP_JOB |
@@ -588,7 +588,7 @@ jobs: |
588 | 588 | uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master |
589 | 589 | with: |
590 | 590 | github_token: "${{ secrets.github_token }}" |
591 | | - if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'" |
| 591 | + if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try' && github.ref != 'refs/heads/try-perf'" |
592 | 592 | - name: collect CPU statistics |
593 | 593 | run: src/ci/scripts/collect-cpu-stats.sh |
594 | 594 | if: success() && !env.SKIP_JOB |
|
0 commit comments