From de825defcc1ebeb965d706434542bd9af0ea7320 Mon Sep 17 00:00:00 2001 From: Christos Alexiou Date: Fri, 4 Oct 2024 15:12:18 +0300 Subject: [PATCH] Remove PAYLOAD_DEPLOY to enable invisible license rollouts --- .github/workflows/deploy-featurebranch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index 463074e836..d86d301507 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -23,7 +23,6 @@ jobs: PAYLOAD_BRANCH: ${{ github.head_ref }} PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} PAYLOAD_LICENSE_TYPE: "free" - PAYLOAD_DEPLOY: true with: repository: budibase/budibase-deploys event: featurebranch-qa-deploy