Skip to content

Commit

Permalink
update verify changesets
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash committed Nov 22, 2024
1 parent ef35609 commit 1ccafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Verify changesets
if: ${{ !(github.actor == 'rhdh-bot' || github.actor == 'github-actions[bot]') && matrix.workspace != 'repo-tools' && matrix.workspace != 'noop' }}
run: |
yarn changeset status --since=${{ github.event.pull_request.base.sha }}
yarn changeset status
- name: prettier
run: yarn prettier:check
Expand Down

0 comments on commit 1ccafd4

Please sign in to comment.