aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Schievink <jonasschievink@gmail.com> 2020-10-26 22:26:00 +0100
committerGravatar Jonas Schievink <jonasschievink@gmail.com> 2020-10-26 22:30:37 +0100
commit18dca6f5b5a050b8450de52ee9d9879f70c7b058 (patch)
treea68cc022356bbfa792802468fec484311291bcec
parent91470c75fbd1a23b5efc5173bc284199360a27dc (diff)
downloadcortex-m-18dca6f5b5a050b8450de52ee9d9879f70c7b058.tar.gz
cortex-m-18dca6f5b5a050b8450de52ee9d9879f70c7b058.tar.zst
cortex-m-18dca6f5b5a050b8450de52ee9d9879f70c7b058.zip
Set continue-on-error
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a03fbf6..7289085 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,6 +8,7 @@ name: CI
jobs:
ci-linux:
runs-on: ubuntu-latest
+ continue-on-error: ${{ matrix.experimental || false }}
strategy:
matrix:
# All generated code should be running on stable now