]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: avoid double execution of ci on renovate PRs
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 11 Mar 2024 08:10:44 +0000 (16:10 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 11 Mar 2024 08:11:09 +0000 (16:11 +0800)
.github/workflows/ci.yml

index 79ddf8d2b854e322ba72e0ca1610249f3be144c7..d429a558794bf31c325a84b5c798da93e0a9a7ef 100644 (file)
@@ -38,6 +38,7 @@ 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: