File tree 1 file changed +4
-20
lines changed
1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,6 @@ Rakefile:
18
18
spec/spec_helper.rb :
19
19
mock_with : " :rspec"
20
20
coverage_report : true
21
- .github/workflows/nightly.yml :
22
- unmanaged : false
23
- exclude_platforms :
24
- - Scientific-6
25
- - Scientific-7
26
- - Debian-9
27
- - Debian-10
28
- - Debian-11
29
- - SLES-12
30
- - SLES-15
31
- - Ubuntu-14.04
32
- - Ubuntu-16.04
33
- - Ubuntu-18.04
34
- - Ubuntu-20.04
35
- - Ubuntu-22.04
36
- .github/workflows/pr_test.yml :
37
- unmanaged : false
38
21
exclude_platforms :
39
22
- Scientific-6
40
23
- Scientific-7
@@ -54,9 +37,10 @@ spec/spec_helper.rb:
54
37
unmanaged : false
55
38
.github/workflows/auto_release.yml :
56
39
unmanaged : false
57
- .github/workflows/spec.yml :
58
- checks : ' syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
59
- unmanaged : false
40
+ .github/workflows/ci.yml :
41
+ unmanaged : true
42
+ .github/workflows/nightly.yml :
43
+ unmanaged : true
60
44
.github/workflows/release.yml :
61
45
unmanaged : false
62
46
.travis.yml :
You can’t perform that action at this time.
0 commit comments