mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 10:59:30 +00:00
Run bors checks unconditionally
This is important, since bors doesn't know optional jobs. Otherwise bors would time out, when a check doesn't get run.
This commit is contained in:
6
.github/workflows/clippy_bors.yml
vendored
6
.github/workflows/clippy_bors.yml
vendored
@@ -3,12 +3,6 @@ name: Clippy Test (bors)
|
||||
on:
|
||||
push:
|
||||
branches: [auto, try]
|
||||
# Don't run tests, when only textfiles were modified
|
||||
paths-ignore:
|
||||
- 'COPYRIGHT'
|
||||
- 'LICENSE-*'
|
||||
- '**.md'
|
||||
- '**.txt'
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
8
.github/workflows/clippy_dev.yml
vendored
8
.github/workflows/clippy_dev.yml
vendored
@@ -1,14 +1,10 @@
|
||||
name: Clippy Dev Test
|
||||
|
||||
on:
|
||||
# Only run on paths, that get checked by the clippy_dev tool
|
||||
push:
|
||||
paths:
|
||||
- 'CAHNGELOG.md'
|
||||
- 'README.md'
|
||||
- '**.stderr'
|
||||
- '**.rs'
|
||||
branches: [auto, try]
|
||||
pull_request:
|
||||
# Only run on paths, that get checked by the clippy_dev tool
|
||||
paths:
|
||||
- 'CAHNGELOG.md'
|
||||
- 'README.md'
|
||||
|
||||
3
.github/workflows/remark.yml
vendored
3
.github/workflows/remark.yml
vendored
@@ -2,8 +2,7 @@ name: Remark
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.md'
|
||||
branches: [auto, try]
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.md'
|
||||
|
||||
Reference in New Issue
Block a user