Skip to content

Commit b96ee17

Browse files
ci: switch PR workflow Docker GHA cache to mode=min
Same fix as the deploy workflow - reduces cache footprint without affecting pull behavior.
1 parent ded9c58 commit b96ee17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PR-Build-And-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ jobs:
109109
cache-from: |
110110
type=gha,scope=essentialcsharpweb-main
111111
type=gha,scope=essentialcsharpweb-pr
112-
cache-to: type=gha,mode=max,scope=essentialcsharpweb-pr
112+
cache-to: type=gha,mode=min,scope=essentialcsharpweb-pr
113113
build-args: ACCESS_TO_NUGET_FEED=false

0 commit comments

Comments
 (0)