diff --git a/.github/workflows/publish-e2e-test-suites-docker-image.yaml b/.github/workflows/publish-e2e-test-suites-docker-image.yaml index 782e6c9..bd9bc06 100644 --- a/.github/workflows/publish-e2e-test-suites-docker-image.yaml +++ b/.github/workflows/publish-e2e-test-suites-docker-image.yaml @@ -32,4 +32,5 @@ jobs: vulnerability_severity: ${{ inputs.vulnerability_severity }} java_version: 21 skip_tests: true + merge_environment: ${{ github.ref_protected && 'ci-auto-merge' || '' }} secrets: inherit