From 2a2de5f3c1506e6662d7714fd4b41304daa35c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 29 Jun 2024 21:18:43 +0200 Subject: [PATCH] Disable PR CI --- src/ci/github-actions/jobs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c70f83f5ba148..f4c35413a1eef 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -80,17 +80,17 @@ envs: # These jobs automatically inherit envs.pr, to avoid repeating # it in each job definition. pr: - - image: mingw-check - <<: *job-linux-4c - - image: mingw-check-tidy - continue_on_error: true - <<: *job-linux-4c - - image: x86_64-gnu-llvm-17 - env: - ENABLE_GCC_CODEGEN: "1" - <<: *job-linux-16c - - image: x86_64-gnu-tools - <<: *job-linux-16c +# - image: mingw-check +# <<: *job-linux-4c +# - image: mingw-check-tidy +# continue_on_error: true +# <<: *job-linux-4c +# - image: x86_64-gnu-llvm-17 +# env: +# ENABLE_GCC_CODEGEN: "1" +# <<: *job-linux-16c +# - image: x86_64-gnu-tools +# <<: *job-linux-16c # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating