Skip to content

Commit 6880566

Browse files
committed
Github workflows don't support YAML anchors
1 parent 43c7f92 commit 6880566

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Unit tests
33
on:
44
push:
5-
paths-ignore: &ignore
5+
paths-ignore:
66
- '**/*.md'
77
- '**/*.asciidoc'
88
- '**/*.txt'
@@ -12,7 +12,15 @@ on:
1212
- 'scripts/**'
1313
- 'catalog-info.yaml'
1414
pull_request:
15-
paths-ignore: *ignore
15+
paths-ignore:
16+
- '**/*.md'
17+
- '**/*.asciidoc'
18+
- '**/*.txt'
19+
- 'docs/**'
20+
- '.ci/**'
21+
- '.buildkite/**'
22+
- 'scripts/**'
23+
- 'catalog-info.yaml'
1624

1725
jobs:
1826
test:

0 commit comments

Comments
 (0)