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 afd5032 commit 861564eCopy full SHA for 861564e
.github/workflows/uffizzi.yml
@@ -160,7 +160,7 @@ jobs:
160
After updating your kubeconfig, you can manage your cluster with `kubectl`
161
edit-mode: replace
162
163
- - if: ${{ github.event_name != 'pull_request' || github.event.action == 'closed' }}
+ - if: ${{ github.event.action == 'closed' }}
164
name: Delete ucluster
165
uses: UffizziCloud/cluster-action@main
166
with:
@@ -170,7 +170,7 @@ jobs:
170
171
- name: Update Comment with Deletion
172
uses: peter-evans/create-or-update-comment@v2
173
- if: ${{ github.event_name != 'pull_request' || github.event.action == 'closed' }}
+ if: ${{ github.event.action == 'closed' }}
174
175
comment-id: ${{ steps.find-comment.outputs.comment-id }}
176
issue-number: ${{ env.PR_NUMBER }}
0 commit comments