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 94b10b0 commit 9b96768Copy full SHA for 9b96768
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
37
38
- name: Restore cached Linkcheck
39
- if: github.event_name == 'schedule'
+ if: github.event_name != 'schedule'
40
id: cache-linkcheck-restore
41
uses: actions/cache/restore@v4
42
with:
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Save cached Linkcheck
64
id: cache-linkcheck-save
65
66
continue-on-error: true
67
uses: actions/cache/save@v4
68
0 commit comments