Skip to content

Commit 0114db7

Browse files
committed
Revert "-"
This reverts commit 418ec75.
1 parent 418ec75 commit 0114db7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19+
- name: Fetch branch from where the PR started
20+
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
21+
1922
- name: Verify subtree-splits are auto-closed
2023
run: |
2124
php .github/sync-packages.php

0 commit comments

Comments
 (0)