Skip to content

Commit 180d9a8

Browse files
authored
Merge pull request #417 from phracek/fix_github_workflows
Select only valid plan
2 parents 70dc4d3 + f52438b commit 180d9a8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/centos7-openshift-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
"api_key": "${{ secrets.TF_PUBLIC_API_KEY }}",
6767
"test": {"fmf": {
6868
"url": "https://github.com/sclorg/sclorg-testing-farm",
69-
"ref": "main"
69+
"ref": "main",
70+
"name": "fedora"
7071
}},
7172
"environments": [{
7273
"arch": "x86_64",

.github/workflows/centos7-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
"api_key": "${{ secrets.TF_PUBLIC_API_KEY }}",
6767
"test": {"fmf": {
6868
"url": "https://github.com/sclorg/sclorg-testing-farm",
69-
"ref": "main"
69+
"ref": "main",
70+
"name": "fedora"
7071
}},
7172
"environments": [{
7273
"arch": "x86_64",

.github/workflows/fedora-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
"api_key": "${{ secrets.TF_PUBLIC_API_KEY }}",
6767
"test": {"fmf": {
6868
"url": "https://github.com/sclorg/sclorg-testing-farm",
69-
"ref": "main"
69+
"ref": "main",
70+
"name": "fedora"
7071
}},
7172
"environments": [{
7273
"arch": "x86_64",

0 commit comments

Comments
 (0)