mirror of https://github.com/citusdata/citus.git
Do not upload artifacts for succeded jobs
parent
2bf1472c8e
commit
4e99dba259
|
@ -7,6 +7,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- uses: actions/upload-artifact@v3.1.1
|
||||
if: failure()
|
||||
name: Upload logs
|
||||
with:
|
||||
name: ${{ inputs.folder }}
|
||||
|
|
Loading…
Reference in New Issue