ci: Skip coverage collection on merge_group runs (#30850)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
n8n-cat-bot[bot]
2026-05-20 23:32:05 +01:00
committed by GitHub
parent 5f3387076f
commit ef4963d2de
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
needs: install-and-build
with:
ref: ${{ needs.install-and-build.outputs.commit_sha }}
collectCoverage: true
collectCoverage: ${{ github.event_name != 'merge_group' }}
secrets: inherit
typecheck: