diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 9afd417..e7be001 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -2,6 +2,10 @@ name: Pull Requests on: workflow_dispatch: + inputs: + dryrun: + type: boolean + default: false jobs: PullRequests: