We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6c42d + a02f55d commit b82dcefCopy full SHA for b82dcef
.github/workflows/main.yml
@@ -1,20 +1,15 @@
1
name: molecule test
2
3
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:
+ pull_request_review:
+ types:
+ - submitted
+ pull_request:
+ - assigned
+ schedule:
+ - cron: '0 6 * * 0'
+ workflow_dispatch:
18
19
jobs:
20
repo:
0 commit comments