Skip to content

Commit 5bf22fd

Browse files
committed
Revert "ci: avoid double execution of ci on renovate PRs"
This reverts commit 92ff300. I forgot that I've made this optimization back in 3c3bfde
1 parent a2feba7 commit 5bf22fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
3939

4040
test:
41-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
4241
needs: build
4342
strategy:
4443
matrix:

0 commit comments

Comments
 (0)