diff --git a/.github/workflows/container-build-push-2nd-gen.yml b/.github/workflows/container-build-push-2nd-gen.yml index 40150ee..773b905 100644 --- a/.github/workflows/container-build-push-2nd-gen.yml +++ b/.github/workflows/container-build-push-2nd-gen.yml @@ -238,7 +238,7 @@ jobs: - pull-amd64 - pull-arm64 - create-multi-arch-manifest - if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') && startsWith(inputs.notify, 'true') }} + if: ${{ !cancelled() && startsWith(inputs.notify, 'true') }} uses: greenbone/workflows/.github/workflows/notify-mattermost-3rd-gen.yml@main with: status: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }}