Skip to content

Commit 1f7b655

Browse files
committed
dont run stage1 tests in pr
1 parent 0f121d7 commit 1f7b655

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: x86_64-gnu-llvm-12
4747
os: ubuntu-20.04-xl
4848
env: {}
49-
- name: x86_64-gnu-llvm-12-stage1
50-
os: ubuntu-20.04-xl
51-
env: {}
5249
- name: x86_64-gnu-tools
5350
env:
5451
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1

src/ci/github-actions/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,7 @@ jobs:
286286

287287
- name: x86_64-gnu-llvm-12
288288
<<: *job-linux-xl
289-
290-
- name: x86_64-gnu-llvm-12-stage1
291-
<<: *job-linux-xl
292-
289+
293290
- name: x86_64-gnu-tools
294291
env:
295292
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1

0 commit comments

Comments
 (0)