From 1f7b6552bb67ac7e4c844776863988a1264c5ee0 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:10:26 +0000 Subject: [PATCH] dont run stage1 tests in pr --- .github/workflows/ci.yml | 3 --- src/ci/github-actions/ci.yml | 5 +---- 2 files changed, 1 insertion(+), 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