We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2b3d7 commit cee6b47Copy full SHA for cee6b47
.github/workflows/awsfulltest.yml
@@ -33,6 +33,7 @@ jobs:
33
profiles: test_full
34
35
- uses: actions/upload-artifact@v4
36
+ if: success() || failure()
37
with:
38
name: Seqera Platform debug log file
39
path: |
0 commit comments