]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
Revert "ci: avoid double execution of ci on renovate PRs"
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 27 Mar 2024 11:28:52 +0000 (19:28 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 27 Mar 2024 11:28:52 +0000 (19:28 +0800)
This reverts commit 92ff300ccdab0949bdd971f14e2908bc62e693c2.

I forgot that I've made this optimization back in 3c3bfde477def58f4a84a4acd1246a8f3ed55140

.github/workflows/ci.yml

index 5e2d8d3f8fbd0647cce5621d92bfd2e2c6d7d7b5..7f3cc6c83487d920ec4a0770b0874820bcc34151 100644 (file)
@@ -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: