diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index d9fe4e5a8..324aab6f9 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -4,7 +4,11 @@ on: types: [completed] branches: [main] - workflow_dispatch: {} + workflow_dispatch: + inputs: + pr: + type: number + required: false name: Release Tip