diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e21f0abead..e055f3a2a5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -304,6 +304,7 @@ jobs: name: Push to registry needs: [version, e2e_test, e2e_multi_windows_test] runs-on: ubuntu-22.04 + if: needs.version.outputs.IS_RELEASE && !contains(github.ref, 'dependabot') env: IS_RELEASE: ${{ needs.version.outputs.IS_RELEASE }} ACTIONS_ALLOW_UNSECURE_COMMANDS: true