Skip to content

Commit

Permalink
chore: remove condition in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Nov 25, 2024
1 parent 4972dda commit f90fb62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ permissions:

jobs:
setup:
if: "!contains(github.event.pull_request.title, 'release: version packages')"
name: Setup & Code Quality
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:
run: yarn types

build-and-test:
if: "!contains(github.event.pull_request.title, 'release: version packages')"
name: Build & Test
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit f90fb62

Please sign in to comment.