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 1
1
on :
2
2
push :
3
- branches : [ staging, trying, master ]
3
+ branches : master
4
4
pull_request :
5
+ merge_group :
5
6
6
7
name : Continuous integration
7
8
8
9
jobs :
9
10
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 :
10
20
runs-on : ubuntu-latest
11
21
strategy :
12
22
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - bors bot replaced with GH merge queue
10
11
- Integrate new version of stm32_i2s (v0.5) to enable full-duplex operation
11
12
- Add a rtic example to show how to do full-duplex i2s
12
13
You can’t perform that action at this time.
0 commit comments