We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02b308c + b381d66 commit 62de02fCopy full SHA for 62de02f
cortex-m-rt/.github/workflows/ci.yml
@@ -8,6 +8,7 @@ name: Continuous integration
8
jobs:
9
ci-linux:
10
runs-on: ubuntu-20.04
11
+ continue-on-error: ${{ matrix.experimental || false }}
12
strategy:
13
matrix:
14
# All generated code should be running on stable now
0 commit comments