Skip to content

Commit e6a581d

Browse files
committed
fix(ci): update cache key in documentation build workflow to ensure unique identification for macOS binaries
1 parent 5f3d062 commit e6a581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: cache-restore
5252
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5353
with:
54-
key: docs-binaries-macos-
54+
key: docs-binaries-macos-${{ github.run_id }}
5555
restore-keys: |
5656
docs-binaries-macos-
5757
path: docs_binaries

0 commit comments

Comments
 (0)