mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
GitHub Workflows: use '!cancelled' instead of 'success or failure'
This commit is contained in:
committed by
Alexander Bayandin
parent
c94b8998be
commit
13e53e5dc8
@@ -202,7 +202,7 @@ runs:
|
||||
prefix: latest
|
||||
|
||||
- name: Create Allure report
|
||||
if: success() || failure()
|
||||
if: ${{ !cancelled() }}
|
||||
uses: ./.github/actions/allure-report
|
||||
with:
|
||||
action: store
|
||||
|
||||
Reference in New Issue
Block a user