Skip to content

Commit

Permalink
Add fail condition on PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
medmes committed Jan 30, 2025
1 parent 3d01f0c commit 1608059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-configs-manifests-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
exit 1
- name: Add PR Comment if Manifests Are Outdated
if: env.outdated_manifests == 'true'
if: failure() && env.outdated_manifests == 'true'
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 1608059

Please sign in to comment.