Skip to content

Commit c68c8eb

Browse files
committed
Revert "[TASK] Increase git fetch depth for pull-requests"
This reverts commit cd23e9f, which was a experimental try to mitigate an issue with scheduled execution breaking external fork pull-requests. It's not needed and removed again.
1 parent 751ef06 commit c68c8eb

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
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
ref: ${{ steps.extract_branch.outputs.branch }}
27-
fetch-depth: 0
2827

2928
- name: Composer install
3029
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s composerUpdate

0 commit comments

Comments
 (0)