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 11on :
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
57
68name : Clippy check
79jobs :
Original file line number Diff line number Diff line change 11on :
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
57
68name : Code formatting check
79
Original file line number Diff line number Diff line change 11on :
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
57
68name : Continuous integration
79
3234 toolchain : ${{ matrix.rust }}
3335 target : ${{ matrix.target }}
3436
35- - run : sed -i '/nightly-only/d' Cargo.toml
37+ - run : sed -i '/nightly-only/d' Cargo.toml
3638 if : matrix.rust != 'nightly'
3739
3840 - run : cargo check --target=${{ matrix.target }} --features=${{ matrix.features }}
You can’t perform that action at this time.
0 commit comments