Skip to content

Commit

Permalink
exclude noop from 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 647bce0 commit cf602ca
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 @@ -91,7 +91,7 @@ jobs:
run: yarn tsc:full

- name: Verify changesets
if: ${{ !(github.actor == 'rhdh-bot' || github.actor == 'github-actions[bot]') && matrix.workspace != 'repo-tools' }}
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 }}
Expand Down

0 comments on commit cf602ca

Please sign in to comment.