Skip to content

Commit 680ce69

Browse files
committed
fix(helm): Missing annotation for "master-into-..."
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
1 parent 3096b0a commit 680ce69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: env.changed == 'true'
6767

6868
- name: Check update of "artifacthub.io/changes" HELM annotation
69-
if: env.changed == 'true'
69+
if: ${{ env.changed == 'true' && !(startsWith(github.head_ref, 'master-into-dev/') || startsWith(github.head_ref, 'master-into-bugfix/')) }}
7070
run: |
7171
# fast fail if `git show` fails
7272
set -e

0 commit comments

Comments
 (0)