Skip to content

Commit 6700b14

Browse files
committed
Fix typo in GA
1 parent 19858d1 commit 6700b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
context="RHEL8"
5959
tmt_plan="rhel8-docker"
6060
else
61-
if [ '${{ matrix.os }} == "rhel9" ]; then
61+
if [ "${{ matrix.os }}" == "rhel9" ]; then
6262
compose="RHEL-9.4.0-Nightly"
6363
context="RHEL9"
6464
tmt_plan="rhel9-docker"

0 commit comments

Comments
 (0)