Skip to content

Commit 77aa175

Browse files
committed
chore: Try not using ref name in cache
1 parent 3794fea commit 77aa175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/cache/restore@v4
2424
with:
2525
path: .nx
26-
key: nx-cache-lint-${{ github.ref }}
26+
key: nx-cache-lint-foo
2727
- name: Derive appropriate SHAs for base and head for `nx affected` commands
2828
if: github.event_name == 'pull_request'
2929
uses: nrwl/nx-set-shas@v2
@@ -40,7 +40,7 @@ jobs:
4040
if: always()
4141
uses: actions/cache/save@v4
4242
with:
43-
key: nx-cache-lint-${{ github.ref }}
43+
key: nx-cache-lint-foo
4444
path: .nx
4545

4646
check-spell:

0 commit comments

Comments
 (0)