diff --git a/.github/workflows/build-and-test-pkg.yaml b/.github/workflows/build-and-test-pkg.yaml index 1e5fe3f4c..258b76b4d 100644 --- a/.github/workflows/build-and-test-pkg.yaml +++ b/.github/workflows/build-and-test-pkg.yaml @@ -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: