Skip to content

Commit 2343ecd

Browse files
committed
Disable PR CI
1 parent 8934848 commit 2343ecd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ envs:
7979
# Jobs that run on each push to a pull request (PR)
8080
# These jobs automatically inherit envs.pr, to avoid repeating
8181
# it in each job definition.
82-
pr:
83-
- image: mingw-check
84-
<<: *job-linux-4c
85-
- image: mingw-check-tidy
86-
continue_on_error: true
87-
<<: *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
82+
pr: []
83+
# - image: mingw-check
84+
# <<: *job-linux-4c
85+
# - image: mingw-check-tidy
86+
# continue_on_error: true
87+
# <<: *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
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)