Skip to content

Commit

Permalink
chore(gh): fix startsWith when verifying changesets (janus-idp#2421)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 authored Oct 22, 2024
1 parent 523ce57 commit e05f3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/small-ligers-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
yarn install
- name: Verify changesets
if: startsWith(github.ref_name, 'changeset-release/')
if: ${{ !startsWith(github.ref_name, 'changeset-release/') }}
run: |
yarn changeset status --since=${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit e05f3b2

Please sign in to comment.