Skip to content

Commit

Permalink
ci: allow manual runs with ref_name parameter for pkg build workflow (#…
Browse files Browse the repository at this point in the history
…1113)

Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Sep 25, 2024
1 parent 55a9ab1 commit 0bdc9a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build, test and upload .pkg to S3
# The scheduler runs at 9 am UTC every day.
on:
workflow_dispatch:
inputs:
ref_name:
required: true
type: string
workflow_call:
inputs:
ref_name:
Expand Down

0 comments on commit 0bdc9a9

Please sign in to comment.