Skip to content

Commit d06c684

Browse files
committed
fix: skip deployment success assertion on workflow_dispatch
1 parent e9c4a62 commit d06c684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/k8s_apply.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
--namespace ${{ env.KUBERNETES_NAMESPACE }}
7474
7575
- name: Assert Deploy Success
76+
if: github.event_name == 'pull_request'
7677
shell: bash
7778
run: |
7879
bash cicd-deployment-scripts/k8s/assert_deploy_success.sh \

0 commit comments

Comments
 (0)