Skip to content

Commit

Permalink
Fix update pull request workflow (#2232)
Browse files Browse the repository at this point in the history
The update PR workflow previously builds the examples twice. We only
need to build dependencies of the examples, so we can use `build:ci`
instead. The Snaps CLI doesn't do type checking, so we can skip building
those too.
  • Loading branch information
Mrtenz authored Feb 29, 2024
1 parent 397f0e4 commit a0aa290
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ jobs:
run: yarn --immutable
- name: Build dependencies
run: |
yarn build:source
yarn build:types
yarn build:ci
- name: Update examples
run: yarn build:examples
- name: Cache examples
Expand Down

0 comments on commit a0aa290

Please sign in to comment.