Try skip CI job issues
This commit is contained in:
parent
e911d2f5f4
commit
d10a52cc58
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@ -211,20 +211,28 @@ jobs:
|
||||
path: [86, 249, 262]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- id: git-log
|
||||
run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)"
|
||||
|
||||
- if: "contains(steps.git-log.outputs.message, '[issues]')"
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
- if: "contains(steps.git-log.outputs.message, '[issues]')"
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: >
|
||||
--manifest-path issues/${{ matrix.path }}/Cargo.toml
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
- if: "contains(steps.git-log.outputs.message, '[issues]')"
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user