From 5ac64c8e80c7836cac7b69cc835b958b79d517e8 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 21 May 2024 12:31:28 +0100 Subject: [PATCH] Remove unnecessary workflow input The branch to run from can be selected from the standard parameters when running a GitHub workflow manually. --- .github/workflows/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 082e93d9328d..989275cf8c29 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -20,10 +20,6 @@ on: - all - api - selenium - branch: - description: 'Branch of code to run from' - default: 'dev' - type: string debug: required: true description: 'Run deployment tests with debug mode on'