From: Haoqun Jiang Date: Mon, 11 Mar 2024 08:10:44 +0000 (+0800) Subject: ci: avoid double execution of ci on renovate PRs X-Git-Tag: v3.10.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ff300ccdab0949bdd971f14e2908bc62e693c2;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: avoid double execution of ci on renovate PRs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79ddf8d2..d429a558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: