Skip to content

Commit

Permalink
Revert "Use proper YAML syntax for deduplication in workflow"
Browse files Browse the repository at this point in the history
This reverts commit 7d793d7.
  • Loading branch information
botder committed Oct 10, 2024
1 parent 7d793d7 commit 3b603e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ name: YAML validation

on:
push:
paths: &filters
paths:
- 'elements/**/*.yaml'
- 'events/**/*.yaml'
- 'functions/**/*.yaml'
- 'schemas/**/*.yaml'
pull_request:
paths: *filters
paths:
- 'elements/**/*.yaml'
- 'events/**/*.yaml'
- 'functions/**/*.yaml'
- 'schemas/**/*.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3b603e9

Please sign in to comment.