Skip to content

Commit f88794b

Browse files
ci: Exclude Molecule test for non Ansible changes
1 parent 2c97b6d commit f88794b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
- master
88
types: [opened, synchronize, reopened]
9+
paths:
10+
- 'defaults/**'
11+
- 'handlers/**'
12+
- 'molecule/**'
13+
- 'tasks/**'
14+
- 'vars/**'
915
schedule:
1016
- cron: '0 6 * * 0'
1117
workflow_dispatch:

0 commit comments

Comments
 (0)