mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
GitHub Actions: Do not create Allure report for cancelled jobs (#2813)
If a workflow is cancelled, do not delay its finishing by creating an allure report.
This commit is contained in:
committed by
GitHub
parent
f87017c04d
commit
03190a2161
@@ -190,7 +190,7 @@ runs:
|
||||
prefix: latest
|
||||
|
||||
- name: Create Allure report
|
||||
if: always()
|
||||
if: success() || failure()
|
||||
uses: ./.github/actions/allure-report
|
||||
with:
|
||||
action: store
|
||||
|
||||
Reference in New Issue
Block a user