From 31ac8f7b704fa32ad630e7d80fb728a940162aee Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 22 Nov 2022 12:40:49 +0100 Subject: [PATCH] disabled CI for certain releases --- .github/workflows/build_all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index dfbb4a84..74f70fcf 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -2,6 +2,8 @@ name: Build Binaries on: [push, pull_request] +if: ${{ github.ref != 'refs/heads/nightly' }} + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release