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

pull/134/head
Robert Dailey 2 years ago
parent c842c6d584
commit 044a064069

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

Loading…
Cancel
Save