From 5bf22fdf76d3b4d4f1551508470389362b6154c5 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 27 Mar 2024 19:28:52 +0800 Subject: [PATCH] Revert "ci: avoid double execution of ci on renovate PRs" This reverts commit 92ff300ccdab0949bdd971f14e2908bc62e693c2. I forgot that I've made this optimization back in 3c3bfde477def58f4a84a4acd1246a8f3ed55140 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e2d8d3f..7f3cc6c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,6 @@ jobs: key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }} test: - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository needs: build strategy: matrix: -- 2.39.5