Skip to content

Commit

Permalink
chore: don't run molecule for every change
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 18, 2024
1 parent 577e194 commit 52834e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ on:
push:
branches:
- main
paths_ignore:
- '*.md'
- '.ansible-lint'
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
paths_ignore:
- '*.md'
- '.ansible-lint'

jobs:

Expand Down

0 comments on commit 52834e8

Please sign in to comment.