Skip to content

Commit 9b96768

Browse files
committed
CI: test
1 parent 94b10b0 commit 9b96768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
3737

3838
- name: Restore cached Linkcheck
39-
if: github.event_name == 'schedule'
39+
if: github.event_name != 'schedule'
4040
id: cache-linkcheck-restore
4141
uses: actions/cache/restore@v4
4242
with:
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Save cached Linkcheck
6464
id: cache-linkcheck-save
65-
if: github.event_name == 'schedule'
65+
if: github.event_name != 'schedule'
6666
continue-on-error: true
6767
uses: actions/cache/save@v4
6868
with:

0 commit comments

Comments
 (0)