Skip to content

Commit

Permalink
Update helm-diff.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adit-bala committed Feb 23, 2025
1 parent 9b8e0a3 commit 752b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
helm-diff:
if: |
github.event_name == 'workflow_dispatch' ||
(github.event.issue.pull_request && contains(github.event.comment.body, '/helm-diff'))
(github.event_name == 'issue_comment' && github.event.issue.pull_request && contains(github.event.comment.body, '/helm-diff'))
runs-on: ubuntu-latest
steps:
- name: Checkout PR Code
Expand Down

0 comments on commit 752b13f

Please sign in to comment.