We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f6c88 + e3507b3 commit 715cefaCopy full SHA for 715cefa
2 files changed
.github/workflows/cruft-prs.yml
@@ -19,6 +19,8 @@ jobs:
19
git config --global user.email "108668866+scverse-bot@users.noreply.github.com"
20
- name: Install the latest version of uv
21
uses: astral-sh/setup-uv@v5
22
+ with:
23
+ cache-dependency-glob: scripts/pyproject.toml
24
- name: Update template repo registry
25
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
26
env:
.github/workflows/deploy-instance-repo.yml
@@ -37,6 +37,8 @@ jobs:
37
38
39
40
41
+ cache-dependency-glob: .github/workflows/deploy-instance-repo.yml
42
43
- name: define sister PR branch name for pull request
44
if: github.event_name == 'pull_request'
0 commit comments