We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e665d commit 12ec186Copy full SHA for 12ec186
.github/workflows/ci.yaml
@@ -30,7 +30,8 @@ jobs:
30
--max-retries 1
31
--retry-wait-time 10
32
--max-concurrency 2
33
- '**/*.md'
+ 'docs/**/*.md'
34
+ 'docs/*.md'
35
'*.md'
36
fail: true
37
env:
.github/workflows/pr.yaml
@@ -23,7 +23,8 @@ jobs:
23
24
25
26
27
28
29
0 commit comments