diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index fc29233743..ffc7014a58 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -900,7 +900,8 @@ jobs: deploy-uat: runs-on: ubuntu-latest if: | - github.ref == 'refs/heads/main' + github.ref == 'refs/heads/main' && + needs.deployment-time-check.outputs.between-8-and-16 == 'false' concurrency: deploy-uat environment: uat needs: