Skip to content

Commit bb03ddc

Browse files
committed
ci(repo): keep snapi baseline cache warm and bump snapi pin
- drop the paths: filter on the push trigger so publish-baseline runs on every main/release-branch commit, keeping the cache that check-api restores hot. - bump SNAPI_PACKAGE to the current snapi main HEAD; the previous pin predates subpath snapshot support, so changes on subpath exports (e.g. @clerk/backend/webhooks) were never detected.
1 parent c8cb9bd commit bb03ddc

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/api-changes.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ on:
66
- main
77
- release/v4
88
- release/core-2
9-
paths:
10-
- 'packages/backend/**'
11-
- 'packages/clerk-js/**'
12-
- 'packages/nextjs/**'
13-
- 'packages/react/**'
14-
- 'packages/shared/**'
15-
- 'packages/ui/**'
16-
- 'snapi.config.json'
17-
- '.github/workflows/api-changes.yml'
189
pull_request:
1910
types: [opened, synchronize, reopened, ready_for_review]
2011
branches:
@@ -39,7 +30,7 @@ concurrency:
3930
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
4031

4132
env:
42-
SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d3ee0217f35a3b1ebb3ce73d252d12761b01f374
33+
SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d42ed8b7857f9254bbb2a6e9ead44d5e7b1aa60c
4334
SNAPI_FILTERS: >-
4435
--filter=@clerk/backend
4536
--filter=@clerk/clerk-js

0 commit comments

Comments
 (0)