Skip to content

Commit

Permalink
Ignore non-functional changes in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcook254 committed Mar 22, 2024
1 parent 85a9cb1 commit 80458c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exclude_paths:
- molecule/
- .github/

skip_list:
- schema[meta]
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ name: ci
push:
branches:
- main
paths-ignore:
- 'meta/**'
- '.gitignore'
- 'LICENSE'
- 'README.md'

defaults:
run:
Expand Down

0 comments on commit 80458c5

Please sign in to comment.