From 31601df1597de2c0911661296ee3428d45319708 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:07:58 +0100 Subject: [PATCH] Update .github/workflows/PR-Demo-Comment-with-react.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/PR-Demo-Comment-with-react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index a729c50bc..8850981bb 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -108,7 +108,7 @@ jobs: echo "pro flags detected in comment" echo "enable_pro=true" >> $GITHUB_OUTPUT echo "enable_enterprise=false" >> $GITHUB_OUTPUT - elif [[ "$COMMENT_BODY" == *"enterprise"* ]] || [[ "$COMMENT_BODY" == *"enterprise"* ]]; then + elif [[ "$COMMENT_BODY" == *"enterprise"* ]]; then echo "enterprise flags detected in comment" echo "enable_enterprise=true" >> $GITHUB_OUTPUT echo "enable_pro=false" >> $GITHUB_OUTPUT