We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8dc0 commit 9c29f83Copy full SHA for 9c29f83
.github/workflows/serve-ximera.yml
@@ -74,15 +74,15 @@ jobs:
74
steps:
75
76
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 }}
+ # - name: Restore ximera serve cache (only .git)
+ # id: serve-cache-restore
+ # uses: actions/cache/restore@v4
+ # with:
+ # fail-on-cache-miss: true
+ # path: |
+ # xmScripts/**
+ # .git/**
+ # key: ximeraSERVE-${{ github.ref_name }}-${{ github.sha }}
86
87
- name: Serve
88
env:
0 commit comments