From 065b66570b2805ea96c2262d705cab21c2fa7f2b Mon Sep 17 00:00:00 2001 From: Witold Duranek Date: Fri, 31 Oct 2025 12:12:04 +0100 Subject: [PATCH] fix(ci): remove DEPLOY input parameter from workflow --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0f0ff..aa42245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,17 +12,9 @@ on: BRANCH: required: true default: 'master' - DEPLOY: - required: true - default: 'false' - type: choice - options: - - 'true' - - 'false' env: BRANCH: ${{ github.event.inputs.BRANCH || github.ref }} - DEPLOY: ${{ github.event.inputs.DEPLOY || 'false' }} jobs: build: