Skip to content

Commit

Permalink
Run bors checks unconditionally
Browse files Browse the repository at this point in the history
This is important, since bors doesn't know optional jobs. Otherwise bors
would time out, when a check doesn't get run.
  • Loading branch information
flip1995 committed Feb 4, 2020
1 parent 555f66f commit 47138d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/clippy_dev.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Remark

on:
push:
paths:
- '**.md'
branches: [auto, try]
pull_request:
paths:
- '**.md'
Expand Down

0 comments on commit 47138d1

Please sign in to comment.