Skip to content

Commit 9c29f83

Browse files
committed
fix cache?
1 parent 75b8dc0 commit 9c29f83

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs:
7474
steps:
7575

7676

77-
- name: Restore ximera serve cache (only .git)
78-
id: serve-cache-restore
79-
uses: actions/cache/restore@v4
80-
with:
81-
fail-on-cache-miss: true
82-
path: |
83-
xmScripts/**
84-
.git/**
85-
key: ximeraSERVE-${{ github.ref_name }}-${{ github.sha }}
77+
# - name: Restore ximera serve cache (only .git)
78+
# id: serve-cache-restore
79+
# uses: actions/cache/restore@v4
80+
# with:
81+
# fail-on-cache-miss: true
82+
# path: |
83+
# xmScripts/**
84+
# .git/**
85+
# key: ximeraSERVE-${{ github.ref_name }}-${{ github.sha }}
8686

8787
- name: Serve
8888
env:

0 commit comments

Comments
 (0)