From f2c0c24432f462e6667eccfdbf541a94a7dae202 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Wed, 23 Oct 2024 08:29:00 -0400 Subject: [PATCH] Test BUILD_RELEASE: true --- .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 68601f14a1..d4a0d89773 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 }}