From 81c6b7876079abe10ff715951c9fc7b3e1ab389d Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Thu, 9 Apr 2026 19:02:40 +0000 Subject: [PATCH] ci: use deployment: false to suppress deployment noise from integration tests --- .github/workflows/integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 06827f2..f1d51f6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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: