From 0854d2fb353945b328fe9eefb4a61524da69db02 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 25 Mar 2020 15:45:48 +0100 Subject: [PATCH] Disable Boost CMake build on master in GHA --- .github/workflows/ci_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0a3ed17..759e5cd 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -103,6 +103,8 @@ jobs: BoostCMakeBuild: runs-on: ubuntu-16.04 + # Doesn't work on master yet + if: "! endsWith(github.ref, '/master') && ! endsWith(github.base_ref, '/master')" steps: - name: Get Boost branch id: get_branch