Skip to content

Commit 3670502

Browse files
committed
Remove test k8s cicd branch
1 parent 149239a commit 3670502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pm4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
2828
BUILD_BASE: ${{ (contains(github.event.pull_request.body, 'ci:build-base') || github.event_name == 'schedule') && '1' || '0' }}
2929
BASE_IMAGE: ${{ secrets.REGISTRY_HOST }}/processmaker/processmaker:base
30-
K8S_BRANCH: cicd-enable-phpunit
30+
K8S_BRANCH: develop
3131
concurrency:
3232
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3333
cancel-in-progress: true

0 commit comments

Comments
 (0)