Skip to content

Commit

Permalink
Added a workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jan 18, 2024
1 parent 16e02e9 commit 44f3f54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ on:
- 'pyproject.toml'
- 'bumpver.toml'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
venue:
type: choice
description: Venue to deploy to
options:
- SIT
- UAT

jobs:
build:
name: build, lint, and test ingest-to-sds
Expand Down

0 comments on commit 44f3f54

Please sign in to comment.