Skip to content

Commit b381d66

Browse files
committed
Allow nightly CI to fail
1 parent 02b308c commit b381d66

File tree

1 file changed

+1
-0
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+1
-0
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Continuous integration
88
jobs:
99
ci-linux:
1010
runs-on: ubuntu-20.04
11+
continue-on-error: ${{ matrix.experimental || false }}
1112
strategy:
1213
matrix:
1314
# All generated code should be running on stable now

0 commit comments

Comments
 (0)