Skip to content

Commit 3bd92f9

Browse files
committed
Custom cache for other step
1 parent 93830c4 commit 3bd92f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: jdx/mise-action@v2
50+
with:
51+
cache_key_prefix: "pr_bp_"
5052
- id: go_version
5153
run: echo "go_version=$(mise current go)" >> $GITHUB_OUTPUT
5254
- uses: nais/platform-build-push-sign@main

0 commit comments

Comments
 (0)