Skip to content

Commit

Permalink
chore: make changeset optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 26, 2024
1 parent 9a55f52 commit 0a6627a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Require changeset
- name: Check changeset
if: github.ref != 'refs/heads/main'
run: pnpm changeset status --since=origin/${{ github.base_ref }}
continue-on-error: true

- name: Build packages
run: pnpm run build
Expand Down

0 comments on commit 0a6627a

Please sign in to comment.