Update fips-label.yml to make 'Cleanup artifact' conditional
If it's not conditional in the same manner as the other steps, it fails because the artifacts aren't present => job failure. Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25584)
This commit is contained in:
parent
c262cc0c04
commit
27af422b1c
1
.github/workflows/fips-label.yml
vendored
1
.github/workflows/fips-label.yml
vendored
@ -80,6 +80,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
- name: 'Cleanup artifact'
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
run: rm artifact.zip pr_num
|
||||
|
||||
- name: 'Download abidiff artifact'
|
||||
|
Loading…
x
Reference in New Issue
Block a user