Skip to content

Commit 1152626

Browse files
committed
stop running CI jobs I don't care about
1 parent 3d44a82 commit 1152626

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ci/github-actions/jobs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ pr:
8585
- image: mingw-check-tidy
8686
continue_on_error: true
8787
<<: *job-linux-4c
88-
- image: x86_64-gnu-llvm-17
89-
env:
90-
ENABLE_GCC_CODEGEN: "1"
91-
<<: *job-linux-16c
92-
- image: x86_64-gnu-tools
93-
<<: *job-linux-16c
88+
#- image: x86_64-gnu-llvm-17
89+
# env:
90+
# ENABLE_GCC_CODEGEN: "1"
91+
# <<: *job-linux-16c
92+
#- image: x86_64-gnu-tools
93+
# <<: *job-linux-16c
9494

9595
# Jobs that run when you perform a try build (@bors try)
9696
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)