diff options
| -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 |
