diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b34ae6e..470b2db2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,6 @@ jobs: tests: runs-on: ubuntu-latest needs: [docs] - continue-on-error: true strategy: matrix: diff --git a/changelog.md b/changelog.md index 9fc03b2b..e2f7bdc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +Upcoming (TBD) +============== + +Internal +-------- +* Remove `continue-on-error` from release tests. + + 2.24.3 (2026/09/12) ==============