Skip to content

Commit ec7d1c7

Browse files
committed
ci: fetch history for evidence ancestry checks
1 parent 6c0fbe8 commit ec7d1c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
timeout-minutes: 20
1616
steps:
1717
- uses: actions/checkout@v7.0.1
18+
with:
19+
# Historical evidence authentication checks recorded commits against
20+
# HEAD, so the test job needs the complete ancestry graph.
21+
fetch-depth: 0
1822
- uses: actions/setup-python@v7.0.0
1923
with:
2024
python-version: "3.11"

0 commit comments

Comments
 (0)