Skip to content

Commit da84eeb

Browse files
ENvironmentSetanakin_karrot
andauthored
chore: Skip changeset status check on package release PRs (#634)
Co-authored-by: anakin_karrot <[email protected]>
1 parent 83ee5ed commit da84eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
changeset:
102102
name: Check the status of Changesets
103103
runs-on: ubuntu-latest
104+
if: github.head_ref != 'changeset-release/main'
104105
steps:
105106
- uses: actions/checkout@v4
106107
with:

0 commit comments

Comments
 (0)