Skip to content

Commit b5065e1

Browse files
authored
Merge pull request #5788 from twz123/fix-ostests-oracle-linux-8
Fix triggers for Oracle Linux 8 in OS tests
2 parents 900e685 + ed6dc65 commit b5065e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ostests-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
"fcos_41",
3333
"fedora_41",
3434
"flatcar",
35-
"oracle_8_7", "oracle_9_3",
35+
"oracle_8_9", "oracle_9_3",
3636
"rhel_7", "rhel_8", "rhel_9",
3737
"rocky_8", "rocky_9",
3838
"sles_15",

.github/workflows/ostests-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
["fcos_41"],
1818
["fedora_41"],
1919
["flatcar"],
20-
["oracle_8_7", "oracle_9_3"],
20+
["oracle_8_9", "oracle_9_3"],
2121
["rhel_7", "rhel_8", "rhel_9"],
2222
["rocky_8", "rocky_9"],
2323
["sles_15"],

0 commit comments

Comments
 (0)