GitHub Workflows: use '!cancelled' instead of 'success or failure'

This commit is contained in:
Alexander Bayandin
2023-04-12 13:26:03 +01:00
committed by Alexander Bayandin
parent c94b8998be
commit 13e53e5dc8
2 changed files with 9 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ runs:
prefix: latest
- name: Create Allure report
if: success() || failure()
if: ${{ !cancelled() }}
uses: ./.github/actions/allure-report
with:
action: store