Skip to content

Commit

Permalink
ci: avoid double execution of ci on renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Mar 11, 2024
1 parent a8b7b30 commit 92ff300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 92ff300

Please sign in to comment.