Skip to content

Commit

Permalink
Remove unnecessary workflow input
Browse files Browse the repository at this point in the history
The branch to run from can be selected from the standard parameters
when running a GitHub workflow manually.
  • Loading branch information
nsoranzo committed May 21, 2024
1 parent 55a9b9d commit 5ac64c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5ac64c8

Please sign in to comment.