don't trigger workflows in two repos (#9340)

https://github.com/neondatabase/cloud/issues/16723
This commit is contained in:
Cihan Demirci
2024-10-16 10:43:48 +01:00
committed by GitHub
parent 061ea0de7a
commit bc6b8cee01

View File

@@ -1100,7 +1100,6 @@ jobs:
run: |
if [[ "$GITHUB_REF_NAME" == "main" ]]; then
gh workflow --repo neondatabase/infra run deploy-dev.yml --ref main -f branch=main -f dockerTag=${{needs.tag.outputs.build-tag}} -f deployPreprodRegion=false
gh workflow --repo neondatabase/azure run deploy.yml -f dockerTag=${{needs.tag.outputs.build-tag}}
elif [[ "$GITHUB_REF_NAME" == "release" ]]; then
gh workflow --repo neondatabase/infra run deploy-dev.yml --ref main \
-f deployPgSniRouter=false \