We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71c956d + e022b02 commit 294c7b7Copy full SHA for 294c7b7
.github/workflows/deploy-pm4.yml
@@ -27,7 +27,7 @@ env:
27
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
28
BUILD_BASE: ${{ (contains(github.event.pull_request.body, 'ci:build-base') || github.event_name == 'schedule') && '1' || '0' }}
29
BASE_IMAGE: ${{ secrets.REGISTRY_HOST }}/processmaker/processmaker:base
30
- K8S_BRANCH: develop
+ K8S_BRANCH: ${{ contains(github.event.pull_request.body, 'ci:next') && 'next' || 'develop' }}
31
concurrency:
32
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
33
cancel-in-progress: true
0 commit comments