Skip to content

Commit

Permalink
ci: add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Dec 3, 2024
1 parent 2c44ac1 commit 48c4446
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 48c4446

Please sign in to comment.