Do not release to new staging proxies on release (#2685)

This commit is contained in:
Sergey Melnikov
2022-10-26 02:51:23 +03:00
committed by GitHub
parent 9fb2287f87
commit a3cb8c11e0

View File

@@ -832,7 +832,7 @@ jobs:
# Compute image isn't strictly required for proxy deploy, but let's still wait for it to run all deploy jobs consistently.
needs: [ push-docker-hub, calculate-deploy-targets, tag, regress-tests ]
if: |
(github.ref_name == 'main' || github.ref_name == 'release') &&
(github.ref_name == 'main') &&
github.event_name != 'workflow_dispatch'
defaults:
run: