From 48c4446ca8dc559c39cae8e161002831705d3ecd Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Tue, 3 Dec 2024 16:29:25 +0100 Subject: [PATCH] ci: add inputs --- .github/workflows/e2e-test.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 06675a0..ba3aec2 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -5,6 +5,11 @@ on: branches: - ci/test-workflow workflow_dispatch: + inputs: + feature_branch: + description: 'Feature branch to test (optional)' + required: false + default: 'main' jobs: run-everything: @@ -22,9 +27,6 @@ jobs: with: node-version: '20' cache: 'npm' - - - name: Install Dependencies - run: npm ci - name: Execute run-everything.sh id: run_script