Skip to content

Commit

Permalink
Remove test release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Oct 14, 2024
1 parent 8d261ff commit 6818f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
# Will checkout the last commit from the default branch (main as of 2023-10-04)

env:
CUT_RELEASE_PR: true
BUILD_RELEASE: true
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')) }}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 6818f86

Please sign in to comment.