Skip to content

Commit f90fb62

Browse files
committed
chore: remove condition in ci
1 parent 4972dda commit f90fb62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ permissions:
2222

2323
jobs:
2424
setup:
25-
if: "!contains(github.event.pull_request.title, 'release: version packages')"
2625
name: Setup & Code Quality
2726
runs-on: ubuntu-latest
2827
timeout-minutes: 10
@@ -62,7 +61,6 @@ jobs:
6261
run: yarn types
6362

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

0 commit comments

Comments
 (0)