Skip to content

Commit b82dcef

Browse files
Merge pull request #148 from MonolithProjects/fix/ci_test
fix: ci trigger for molecule test
2 parents ef6c42d + a02f55d commit b82dcef

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
name: molecule test
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- master
8-
types: [opened, synchronize, reopened]
9-
paths:
10-
- 'defaults/**'
11-
- 'handlers/**'
12-
- 'molecule/**'
13-
- 'tasks/**'
14-
- 'vars/**'
15-
schedule:
16-
- cron: '0 6 * * 0'
17-
workflow_dispatch:
4+
pull_request_review:
5+
types:
6+
- submitted
7+
pull_request:
8+
types:
9+
- assigned
10+
schedule:
11+
- cron: '0 6 * * 0'
12+
workflow_dispatch:
1813

1914
jobs:
2015
repo:

0 commit comments

Comments
 (0)