Skip to content

Commit 0b11200

Browse files
authored
remove custom kafka-ui application in argocd when PR was unlabeled or closed (#1321)
1 parent 32a2e75 commit 0b11200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch-remove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: RemoveCustomDeployment
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: ['unlabeled']
5+
types: ['unlabeled', 'closed']
66
jobs:
77
remove:
88
if: ${{ github.event.label.name == 'status/feature_testing' || github.event.label.name == 'status/feature_testing_public' }}
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
issue-number: ${{ github.event.pull_request.number }}
3939
body: |
40-
Custom deployment removed
40+
Custom deployment removed

0 commit comments

Comments
 (0)