diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-30 22:10:26 +0000 |
|---|---|---|
| committer | Milo <50248166+Milo123459@users.noreply.github.com> | 2022-07-30 22:10:26 +0000 |
| commit | 1f7b6552bb67ac7e4c844776863988a1264c5ee0 (patch) | |
| tree | 90fae37e905dce593d060089ad4a933dc1f8dafd | |
| parent | 0f121d728831961606168da902dad946e4b2aa7e (diff) | |
| download | rust-1f7b6552bb67ac7e4c844776863988a1264c5ee0.tar.gz rust-1f7b6552bb67ac7e4c844776863988a1264c5ee0.zip | |
dont run stage1 tests in pr
| -rw-r--r-- | .github/workflows/ci.yml | 3 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfc3f0b5b4..1f95c1bcab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,6 @@ jobs: - name: x86_64-gnu-llvm-12 os: ubuntu-20.04-xl env: {} - - name: x86_64-gnu-llvm-12-stage1 - os: ubuntu-20.04-xl - env: {} - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 97688e1e5d4..cb660881b07 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -286,10 +286,7 @@ jobs: - name: x86_64-gnu-llvm-12 <<: *job-linux-xl - - - name: x86_64-gnu-llvm-12-stage1 - <<: *job-linux-xl - + - name: x86_64-gnu-tools env: CI_ONLY_WHEN_SUBMODULES_CHANGED: 1 |
