atsign-foundation / noports

Connect to any device with no external listening ports open
https://noports.com
BSD 3-Clause "New" or "Revised" License
272 stars 15 forks source link

ci: Don't always cleanup #1548

Closed cpswan closed 1 week ago

cpswan commented 1 week ago

When we run the Multibuild workflow it frequently hangs/fails on RISC-V or other jobs in [other_build]

Right now we can't re-run failed jobs, we have to re-run the whole workflow, because the temporary branch we create gets tidied up when jobs fail.

The tradeoff here is we'll need to sometimes to some manual git gardening, but that seems like a worthwhile trade.

- What I did

Removed the always clause.

- How to verify it

Will require a multibuild (re)run

- Description for the changelog

ci: Don't always cleanup