diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 5d0952bf87..ca037d50b6 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -4,8 +4,7 @@ on: inputs: force_release: description: 'Unconditionally trigger the release job to run' - required: true - default: false + required: false type: boolean push: branches: [master, patch/*]