From f90fb62ef1461bb190183f37fef2ae1bfefa404d Mon Sep 17 00:00:00 2001 From: Caspian Zhao <caspian.zhao@outlook.com> Date: Mon, 25 Nov 2024 18:49:26 +0800 Subject: [PATCH] chore: remove condition in ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5525a57..b0a49861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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