Files
apf_portal/.gitea/workflows
Julien Gautier e59d3a010b
CI / check (pull_request) Successful in 13m40s
CI / scan (pull_request) Failing after 8m16s
CI / commits (pull_request) Successful in 15m29s
CI / perf (pull_request) Failing after 24m22s
CI / a11y (pull_request) Successful in 11m14s
fix(ci): drop invalid git fetch --depth=0 in Nx base resolution
`actions/checkout@v4` already runs with `fetch-depth: 0`, which pulls
every branch and tag — origin/<base_ref> is therefore present locally
and the explicit fetch is redundant. The flag value `--depth=0` is
itself invalid (git requires a positive integer), so the step failed
with `fatal: depth 0 is not a positive number` on every PR run.
2026-05-04 13:28:19 +02:00
..