From cb82930f1816fcb8cde31191b5a0d6a81202e556 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Thu, 16 Jan 2025 08:40:04 +1000 Subject: [PATCH] Temporarily disable builds on github actions. --- .github/workflows/actions_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 7eb28ae8..937d7a74 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -337,6 +337,7 @@ jobs: VERBOSE: 1 build_clang_old_ubuntu_20_04: + if: false runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -632,6 +633,7 @@ jobs: run: ctest -V build_clang_no_sanitize_ubuntu_24_04: + if: false runs-on: ubuntu-24.04 strategy: fail-fast: false