Skip to content

Commit d54ac94

Browse files
authored
Merge pull request #2203 from camelid/ci-fix
ci: Remove incorrect use of `continue-on-error`
2 parents 610e80b + bb0051a commit d54ac94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ jobs:
5959
6060
- name: Check build
6161
run: ENABLE_LINKCHECK=1 mdbook build
62-
continue-on-error: true
6362

6463
- name: Save cached Linkcheck
6564
id: cache-linkcheck-save
66-
if: github.event_name == 'schedule'
65+
if: ${{ !cancelled() && github.event_name == 'schedule' }}
6766
uses: actions/cache/save@v4
6867
with:
6968
path: book/linkcheck/cache.json

0 commit comments

Comments
 (0)