mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user