We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3096b0a commit 680ce69Copy full SHA for 680ce69
1 file changed
.github/workflows/test-helm-chart.yml
@@ -66,7 +66,7 @@ jobs:
66
if: env.changed == 'true'
67
68
- name: Check update of "artifacthub.io/changes" HELM annotation
69
- if: env.changed == 'true'
+ if: ${{ env.changed == 'true' && !(startsWith(github.head_ref, 'master-into-dev/') || startsWith(github.head_ref, 'master-into-bugfix/')) }}
70
run: |
71
# fast fail if `git show` fails
72
set -e
0 commit comments