From 3670deeab3e734b005f87174f9f02f4013a6f16f Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 19 Aug 2024 16:36:00 +0200 Subject: [PATCH] WIP: enable build releases Will eventually fix #3528 --- .github/workflows/build-test-publish-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish-apps.yml b/.github/workflows/build-test-publish-apps.yml index b312764a8..96e05bd60 100644 --- a/.github/workflows/build-test-publish-apps.yml +++ b/.github/workflows/build-test-publish-apps.yml @@ -14,7 +14,7 @@ on: env: CUT_RELEASE_PR: ${{ github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }} - BUILD_RELEASE: ${{ github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }} + BUILD_RELEASE: true concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}