diff --git a/.github/workflows/build-unitycloud.yml b/.github/workflows/build-unitycloud.yml index 4d3119fdbc..a155756860 100644 --- a/.github/workflows/build-unitycloud.yml +++ b/.github/workflows/build-unitycloud.yml @@ -46,6 +46,10 @@ on: version: required: true type: string + sentry_enabled: + required: false + type: boolean + default: false concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}