mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
ci: fetch archive baseline history
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -37,10 +37,10 @@ jobs:
|
||||
env:
|
||||
DSH_GATE_CONCURRENCY: '8'
|
||||
steps:
|
||||
# The archive gate reads the PR base manifest from the synthetic merge commit's first parent.
|
||||
# Fetch complete history so the archive gate can read the trusted PR base from a reused shallow checkout.
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
# Pull requests consume the default-branch cache but do not put cache
|
||||
|
||||
Reference in New Issue
Block a user