Skip to content

Commit

Permalink
Run CI on all jenkins-scripts dir
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Feb 17, 2025
1 parent acd332c commit 6d0b440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-dsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: DSL logs and checks
on:
pull_request:
paths:
- 'jenkins-scripts/dsl/**'
# Can not restrict it to jenkins-scripts/dsl/** since there are sanity
# checks on generated XML done on removal/addition of scripts in jenkins-scripts
- 'jenkins-scripts/**'

jobs:
xml_generation:
Expand Down

0 comments on commit 6d0b440

Please sign in to comment.