mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Remove debugging code
This commit is contained in:
6
.github/workflows/buildReleaseInclDocker.yml
vendored
6
.github/workflows/buildReleaseInclDocker.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user