Skip to content

Commit

Permalink
Merge #316
Browse files Browse the repository at this point in the history
316: Allow nightly CI to fail r=therealprof a=adamgreig



Co-authored-by: Adam Greig <[email protected]>
  • Loading branch information
bors[bot] and adamgreig authored Mar 2, 2021
2 parents 02b308c + b381d66 commit 62de02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cortex-m-rt/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Continuous integration
jobs:
ci-linux:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental || false }}
strategy:
matrix:
# All generated code should be running on stable now
Expand Down

0 comments on commit 62de02f

Please sign in to comment.