⚒ Workflow updates to only trigger when needed (#4352)

This commit is contained in:
Michael Clark
2025-02-11 14:54:40 +00:00
committed by GitHub
parent be2126e136
commit 6710456c05
4 changed files with 11 additions and 8 deletions

View File

@@ -13,9 +13,9 @@ name: Compare Sizes
on:
pull_request_target:
paths-ignore:
- packages/sync-server
- upcoming-release-notes
paths:
- 'packages/**'
- '!packages/sync-server/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}