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.
1 parent 149239a commit 3670502Copy full SHA for 3670502
.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: cicd-enable-phpunit
+ K8S_BRANCH: develop
31
concurrency:
32
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
33
cancel-in-progress: true
0 commit comments