Skip to content

Commit d2ab7e3

Browse files
committed
Upload images regardless of previous job status
Don't _not_ upload just because a single one failed
1 parent 0276202 commit d2ab7e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
needs:
107107
- build
108108
- set-up-matrix
109+
if: success() || failure()
110+
109111
strategy:
110112
fail-fast: false
111113
matrix:

0 commit comments

Comments
 (0)