File tree Expand file tree Collapse file tree 4 files changed +16
-26
lines changed Expand file tree Collapse file tree 4 files changed +16
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : Clippy check
7
9
jobs :
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : Code formatting check
7
9
Original file line number Diff line number Diff line change 1
1
on :
2
- push :
3
- branches : [ staging, trying, master ]
4
- pull_request :
2
+ push : # Run CI for all branches except GitHub merge queue tmp branches
3
+ branches-ignore :
4
+ - " gh-readonly-queue/**"
5
+ pull_request : # Run CI for PRs on any branch
6
+ merge_group : # Run CI for the GitHub merge queue
5
7
6
8
name : Continuous integration
7
9
32
34
toolchain : ${{ matrix.rust }}
33
35
target : ${{ matrix.target }}
34
36
35
- - run : sed -i '/nightly-only/d' Cargo.toml
37
+ - run : sed -i '/nightly-only/d' Cargo.toml
36
38
if : matrix.rust != 'nightly'
37
39
38
40
- run : cargo check --target=${{ matrix.target }} --features=${{ matrix.features }}
You can’t perform that action at this time.
0 commit comments