Skip to content

Commit

Permalink
ci(github): fix typo in check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jul 19, 2023
1 parent 2d4ac99 commit dde6961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: yarn test:unit

build:
name: Type
name: Build
if: ${{ !startsWith(github.ref, 'refs/heads/ci-release-v') }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dde6961

Please sign in to comment.