File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 0 6 * * 0'
10
10
workflow_dispatch :
11
-
11
+
12
12
jobs :
13
13
repo :
14
14
name : Test Repo Runner
@@ -17,15 +17,11 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
config :
20
- - os : " centos7"
21
- tag : " latest"
22
- - os : " centos8"
23
- tag : " latest"
24
20
- os : " debian9"
25
21
tag : " latest"
26
22
- os : " debian10"
27
23
tag : " latest"
28
- - os : " fedora34 "
24
+ - os : " fedora35 "
29
25
tag : " latest"
30
26
- os : " ubuntu18"
31
27
tag : " latest"
64
60
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
65
61
with :
66
62
molecule_command : test
67
- scenario : org
63
+ scenario : org
Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
34
34
* AMD64, x86_64
35
35
## Tested on:
36
36
37
- * CentOS/RHEL 7,8
38
37
* Debian 9,10
39
- * Fedora 34
38
+ * Fedora 35
40
39
* Rocky Linux 8
41
40
* Ubuntu 18,20
42
41
You can’t perform that action at this time.
0 commit comments