Skip to content

Commit c9e6477

Browse files
committed
test-each-commit: Increase fetch depth
Needed due to base PR, can be dropped before merge
1 parent 7b78335 commit c9e6477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
MAX_COUNT: 6 # Keep in sync with name above
6565
steps:
6666
- name: Determine fetch depth
67-
run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 2))" >> "$GITHUB_ENV"
67+
run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 1000))" >> "$GITHUB_ENV"
6868
- *ANNOTATION_PR_NUMBER
6969
- uses: actions/checkout@v6
7070
with:

0 commit comments

Comments
 (0)