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:
flip1995
2020-02-04 18:42:45 +01:00
parent b8b47ab6fe
commit abb095dded
3 changed files with 3 additions and 14 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -2,8 +2,7 @@ name: Remark
on:
push:
paths:
- '**.md'
branches: [auto, try]
pull_request:
paths:
- '**.md'