Do not cancel in-progress jobs when one fails

pull/3301/head
Konrad Goławski 2 years ago
parent a19ed55184
commit 2715ba8a30

@ -27,6 +27,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
shared: [0, 1]

Loading…
Cancel
Save