From d043ed43f0ded1349623560d1ab40b098591c313 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Mon, 8 Jan 2024 18:14:56 +0800 Subject: [PATCH] feat: make integration test run on each pr --- .github/workflows/integration_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 6a1ca3d..3ad9839 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -6,7 +6,6 @@ on: jobs: build: - if: ${{ startsWith(github.event.pull_request.title, 'release:') }} runs-on: ubuntu-latest permissions: contents: write