Skip to content

Commit 3b603e9

Browse files
committed
Revert "Use proper YAML syntax for deduplication in workflow"
This reverts commit 7d793d7.
1 parent 7d793d7 commit 3b603e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ name: YAML validation
22

33
on:
44
push:
5-
paths: &filters
5+
paths:
66
- 'elements/**/*.yaml'
77
- 'events/**/*.yaml'
88
- 'functions/**/*.yaml'
99
- 'schemas/**/*.yaml'
1010
pull_request:
11-
paths: *filters
11+
paths:
12+
- 'elements/**/*.yaml'
13+
- 'events/**/*.yaml'
14+
- 'functions/**/*.yaml'
15+
- 'schemas/**/*.yaml'
1216
workflow_dispatch:
1317

1418
jobs:

0 commit comments

Comments
 (0)