Skip to content

Commit 4f328b2

Browse files
committed
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.
1 parent dbf82c0 commit 4f328b2

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/clippy_bors.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name: Clippy Test (bors)
33
on:
44
push:
55
branches: [auto, try]
6-
# Don't run tests, when only textfiles were modified
7-
paths-ignore:
8-
- 'COPYRIGHT'
9-
- 'LICENSE-*'
10-
- '**.md'
11-
- '**.txt'
126

137
env:
148
RUST_BACKTRACE: 1

.github/workflows/clippy_dev.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Clippy Dev Test
22

33
on:
4-
# Only run on paths, that get checked by the clippy_dev tool
54
push:
6-
paths:
7-
- 'CAHNGELOG.md'
8-
- 'README.md'
9-
- '**.stderr'
10-
- '**.rs'
5+
branches: [auto, try]
116
pull_request:
7+
# Only run on paths, that get checked by the clippy_dev tool
128
paths:
139
- 'CAHNGELOG.md'
1410
- 'README.md'

.github/workflows/remark.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Remark
22

33
on:
44
push:
5-
paths:
6-
- '**.md'
5+
branches: [auto, try]
76
pull_request:
87
paths:
98
- '**.md'

0 commit comments

Comments
 (0)