File tree Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [ staging, trying, master ]
3+ branches : master
44 pull_request :
5+ merge_group :
56
67name : Continuous integration
78
89jobs :
910 ci :
11+ name : CI
12+ runs-on : ubuntu-latest
13+ needs : [check]
14+ if : always()
15+ steps :
16+ - name : Done
17+ run : jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
18+
19+ check :
1020 runs-on : ubuntu-latest
1121 strategy :
1222 matrix :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ - bors bot replaced with GH merge queue
1011 - Integrate new version of stm32_i2s (v0.5) to enable full-duplex operation
1112 - Add a rtic example to show how to do full-duplex i2s
1213
You can’t perform that action at this time.
0 commit comments