Skip to content

Commit 818371a

Browse files
committed
Update deploy-pm4.yml
1 parent afed9d6 commit 818371a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-pm4.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
imageEKS:
3636
name: build-docker-image-EKS
37-
if: github.event.action != 'closed' && !contains(github.event.pull_request.body, 'ci:skip-build')
37+
if: github.event.action != 'closed'
3838
runs-on: ${{ vars.RUNNER }}
3939
steps:
4040

@@ -53,6 +53,7 @@ jobs:
5353
RESOLVED_IMAGE_TAG=${{ env.IMAGE_TAG }}
5454
echo "IMAGE=${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
5555
- name: Generate image EKS
56+
if: !contains(github.event.pull_request.body, 'ci:skip-build')
5657
run: |
5758
cd pm4-k8s-distribution/images
5859
export CI_RELEASE_BRANCH=$RELEASE_BRANCH
@@ -80,6 +81,7 @@ jobs:
8081
username: ${{ secrets.REGISTRY_USERNAME }}
8182
password: ${{ secrets.REGISTRY_PASSWORD }}
8283
- name: Push Enterprise Image to Harbor
84+
if: !contains(github.event.pull_request.body, 'ci:skip-build')
8385
run: |
8486
docker tag processmaker/enterprise:${{env.IMAGE_TAG}} ${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:${{env.IMAGE_TAG}}
8587
docker push ${{ secrets.REGISTRY_HOST }}/processmaker/enterprise:${{env.IMAGE_TAG}}

0 commit comments

Comments
 (0)