Explicitly disable sparse checkout unless asked for by dscho · Pull Request #1598 · actions/checkout (original) (raw)
added 2 commits
This should allow users to reuse existing folders when running
actions/checkout where a previous run asked for a sparse checkout but
the current run does not ask for a sparse checkout.
This fixes actions#1475
Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de
Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de
dscho mentioned this pull request
dscho marked this pull request as ready for review
There are use cases in particular with non-ephemeral runners where an
existing worktree (that has been initialized as a sparse checkout) is
reused in subsequent CI runs (where actions/checkout is run without
any sparse-checkout parameter).
In these scenarios, we need to make sure that the sparse checkout is disabled before checking out the files.
Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de
Added a clarifying comment about test branches.
Try pointing test-proxy at a custom container image fdev321123/ubuntu-with-git (courtesy of @fhammerl)
btkostner referenced this pull request in btkostner/jumar
kodiakhq Bot referenced this pull request in weareinreach/InReach
renovate Bot referenced this pull request in rpdelaney/downforeveryone
bloopy-boi Bot referenced this pull request in h3mmy/bloopyboi
renovate Bot referenced this pull request in apollographql/subgraph-csharp-hotchocolate-annotation
renovate Bot referenced this pull request in Johannes-Andersen/Johannes
github-merge-queue Bot referenced this pull request in openapi-generators/openapi-python-client
renovate Bot referenced this pull request in simonknittel/simonknittel.de
renovate Bot referenced this pull request in cozystack/etcd-operator
renovate Bot referenced this pull request in ayushmanchhabra/vsx
hrzlgnm referenced this pull request in hrzlgnm/Cappuchin
karfau referenced this pull request in xmldom/xmldom
renovate Bot referenced this pull request in simonknittel/sam
renovate Bot referenced this pull request in nobl9/terraform-provider-nobl9
codeboten referenced this pull request in open-telemetry/opentelemetry-collector
dubzzz referenced this pull request in dubzzz/fast-check
fuxingloh referenced this pull request in fuxingloh/multi-labeler
This was referenced
Dec 31, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})