mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
⚒ Workflow updates to only trigger when needed (#4352)
This commit is contained in:
6
.github/workflows/size-compare.yml
vendored
6
.github/workflows/size-compare.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user