Skip to content

Commit f73cb1c

Browse files
authored
Update test.yaml
Ignore *.md files from the CI pipeline and remove a useless strategy block because the job does not use a matrix strategy
1 parent 3669beb commit f73cb1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- "*"
7+
paths-ignore:
8+
- '**/*.md'
79
pull_request:
810
branches:
911
- "*"
12+
paths-ignore:
13+
- '**/*.md'
1014
jobs:
1115
lint:
1216
name: Rubocop
@@ -178,8 +182,6 @@ jobs:
178182
sentinel:
179183
name: Sentinel
180184
timeout-minutes: 15
181-
strategy:
182-
fail-fast: false
183185
runs-on: ubuntu-latest
184186
env:
185187
LOW_TIMEOUT: "0.14"

0 commit comments

Comments
 (0)