diff --git a/.github/workflows/buildReleaseInclDocker.yml b/.github/workflows/buildReleaseInclDocker.yml index b9eb767..7cebfac 100644 --- a/.github/workflows/buildReleaseInclDocker.yml +++ b/.github/workflows/buildReleaseInclDocker.yml @@ -139,9 +139,9 @@ jobs: linux: needs: [inputs, sentry] - if: ${{ false }} -# needs.sentry.outputs.release_not_built == 'true' -# || needs.inputs.outputs.force == 'true' + if: | + needs.sentry.outputs.release_not_built == 'true' + || needs.inputs.outputs.force == 'true' runs-on: ubuntu-latest