From: Haoqun Jiang Date: Wed, 27 Mar 2024 11:28:52 +0000 (+0800) Subject: Revert "ci: avoid double execution of ci on renovate PRs" X-Git-Tag: v3.10.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf22fdf76d3b4d4f1551508470389362b6154c5;p=thirdparty%2Fvuejs%2Fcreate-vue.git 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 --- 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: