|
36 | 36 | key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
|
37 | 37 |
|
38 | 38 | - name: Restore cached Linkcheck
|
39 | | - if: github.event_name == 'schedule' |
| 39 | + if: github.event_name != 'schedule' |
40 | 40 | id: cache-linkcheck-restore
|
41 | 41 | uses: actions/cache/restore@v4
|
42 | 42 | with:
|
|
62 | 62 |
|
63 | 63 | - name: Save cached Linkcheck
|
64 | 64 | id: cache-linkcheck-save
|
65 | | - if: github.event_name == 'schedule' |
| 65 | + if: github.event_name != 'schedule' |
66 | 66 | continue-on-error: true
|
67 | 67 | uses: actions/cache/save@v4
|
68 | 68 | with:
|
|
0 commit comments