github actions: Don't stop builds if any build fails

pull/367/head
Mike Lang 1 year ago
parent 0f1d125413
commit 634ae6b327

@ -21,7 +21,6 @@ jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: true # cancel all in-progress jobs if any matrix job fails
matrix:
component:
- downloader

Loading…
Cancel
Save