File tree Expand file tree Collapse file tree 8 files changed +1
-73
lines changed Expand file tree Collapse file tree 8 files changed +1
-73
lines changed Original file line number Diff line number Diff line change 17
17
rolename :
18
18
required : true
19
19
type : string
20
- push :
21
- branches :
22
- - ' feature/**'
23
- - ' fix/**'
24
- - ' !doc/**'
25
- paths :
26
- - ' .github/workflows/test_linting.yml'
27
- - ' .config/ansible-lint.yml'
28
- - ' .yamllint'
29
20
pull_request :
30
21
branches :
31
- - ' feature/**'
32
- - ' fix/**'
33
- - ' !doc/**'
34
- paths :
35
- - ' .github/workflows/test_linting.yml'
36
- - ' .config/ansible-lint.yml'
37
- - ' .yamllint'
22
+ - ' *'
38
23
39
24
jobs :
40
25
lint :
Original file line number Diff line number Diff line change 12
12
- info
13
13
- warning
14
14
- debug
15
- push :
16
- branches :
17
- - ' feature/**'
18
- - ' fix/**'
19
- - ' !doc/**'
20
- paths :
21
- - ' plugins/**'
22
- - ' .github/workflows/test_plugins.yml'
23
- - ' molecule/plugins/**'
24
- - ' .config/pep8.yml'
25
- - ' tests/**'
26
15
pull_request :
27
16
branches :
28
17
- ' feature/**'
Original file line number Diff line number Diff line change 12
12
- info
13
13
- warning
14
14
- debug
15
- push :
16
- branches :
17
- - ' feature/**'
18
- - ' fix/**'
19
- - ' !doc/**'
20
- paths :
21
- - ' roles/beats/**'
22
- - ' .github/workflows/test_role_beats.yml'
23
- - ' molecule/beats_**'
24
15
pull_request :
25
16
branches :
26
17
- ' feature/**'
Original file line number Diff line number Diff line change 12
12
- info
13
13
- warning
14
14
- debug
15
- push :
16
- branches :
17
- - ' feature/**'
18
- - ' fix/**'
19
- - ' !doc/**'
20
- paths :
21
- - ' roles/elasticsearch/**'
22
- - ' .github/workflows/test_role_elasticsearch.yml'
23
- - ' molecule/elasticsearch_**'
24
15
pull_request :
25
16
branches :
26
17
- ' feature/**'
Original file line number Diff line number Diff line change 12
12
- info
13
13
- warning
14
14
- debug
15
- push :
16
- branches :
17
- - ' feature/**'
18
- - ' fix/**'
19
- - ' !doc/**'
20
- paths :
21
- - ' roles/kibana/**'
22
- - ' .github/workflows/test_role_kibana.yml'
23
- - ' molecule/kibana_**'
24
15
pull_request :
25
16
branches :
26
17
- ' feature/**'
Original file line number Diff line number Diff line change 12
12
- info
13
13
- warning
14
14
- debug
15
- push :
16
- branches :
17
- - ' feature/**'
18
- - ' fix/**'
19
- - ' !doc/**'
20
- paths :
21
- - ' roles/logstash/**'
22
- - ' .github/workflows/test_role_logstash.yml'
23
- - ' molecule/logstash_**'
24
15
pull_request :
25
16
branches :
26
17
- ' feature/**'
Original file line number Diff line number Diff line change 11
11
- info
12
12
- warning
13
13
- debug
14
- push :
15
- branches :
16
- - ' feature/**'
17
- - ' fix/**'
18
- - ' !doc/**'
19
- paths :
20
- - ' roles/repos/**'
21
- - ' .github/workflows/test_role_repos.yml'
22
- - ' molecule/repos_**'
23
14
pull_request :
24
15
branches :
25
16
- ' feature/**'
Original file line number Diff line number Diff line change 13
13
- warning
14
14
- debug
15
15
pull_request :
16
- push :
17
16
merge_group :
18
17
19
18
jobs :
You can’t perform that action at this time.
0 commit comments