Skip to content

Commit

Permalink
Fix typo in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek committed Jan 9, 2025
1 parent 19858d1 commit 6700b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
context="RHEL8"
tmt_plan="rhel8-docker"
else
if [ '${{ matrix.os }} == "rhel9" ]; then
if [ "${{ matrix.os }}" == "rhel9" ]; then
compose="RHEL-9.4.0-Nightly"
context="RHEL9"
tmt_plan="rhel9-docker"
Expand Down

0 comments on commit 6700b14

Please sign in to comment.