Skip to content

Fix incorrect cache-dependency-glob in CI#143

Merged
dhruvkb merged 1 commit intopls-rs:mainfrom
deining:cache-dependency-glob
Mar 25, 2026
Merged

Fix incorrect cache-dependency-glob in CI#143
dhruvkb merged 1 commit intopls-rs:mainfrom
deining:cache-dependency-glob

Conversation

@deining
Copy link
Copy Markdown
Contributor

@deining deining commented Mar 25, 2026

With the lastet CI + CD run, a warning is shown:

Build docs
No file matched to [/home/runner/work/pls/pls/examples/examples/uv.lock].
The cache will never get invalidated.
Make sure you have checked out the target repository and configured the cache-dependency-glob input correctly.

This PR fixes this issue.

@dhruvkb
Copy link
Copy Markdown
Member

dhruvkb commented Mar 25, 2026

Good catch, the working-directory (added in 9ffbf56) combined with cache-dependency-glob to create double nesting.

@dhruvkb dhruvkb changed the title cache-dependency-glob: fix wrong configuration Fix incorrect cache-dependency-glob in CI Mar 25, 2026
@dhruvkb dhruvkb merged commit 3805cec into pls-rs:main Mar 25, 2026
6 checks passed
@deining deining deleted the cache-dependency-glob branch March 26, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants