ci: use deployment: false to suppress deployment noise from integration tests

This commit is contained in:
Salman Muin Kayser Chishti
2026-04-09 19:02:40 +00:00
committed by GitHub
parent 450193c5ab
commit 81c6b78760

View File

@@ -178,7 +178,9 @@ jobs:
strategy:
matrix:
environment: ['', 'debug-integration-test']
environment: ${{ matrix.environment }}
environment:
name: ${{ matrix.environment }}
deployment: false
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
runs-on: ubuntu-latest
steps: