revert: "ci: Continue on error instead of using `if: always()`"

This reverts commit 044a064069.
pull/139/head
Robert Dailey 2 years ago
parent bb556c72f9
commit 18074b6619

@ -68,7 +68,6 @@ jobs:
working-directory: src
- name: Check Diff
continue-on-error: true
run: |
ci/diff_to_errors.sh
set -o pipefail
@ -76,6 +75,7 @@ jobs:
- name: Publish Patch File
uses: actions/upload-artifact@v3
if: failure()
with:
name: code-cleanup-patch-files
path: '*.patch'

Loading…
Cancel
Save