Skip to content

Commit 0b82d7a

Browse files
committed
Update container-tests.yml
1 parent d892567 commit 0b82d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
if [ "${{ matrix.os }}" == "fedora" ]; then
4141
compose="Fedora-latest"
4242
context="Fedora"
43-
tmt_plan="fedora$"
43+
tmt_plan="fedora"
4444
else
4545
if [ "${{ matrix.os }}" == "c9s" ]; then
4646
compose="CentOS-Stream-9"
4747
context="CentOS Stream 9"
48-
tmt_plan="c9s$"
48+
tmt_plan="c9s"
4949
else
5050
compose="CentOS-Stream-10"
5151
context="CentOS Stream 10"
52-
tmt_plan="c10s$"
52+
tmt_plan="c10s"
5353
fi
5454
fi
5555
else

0 commit comments

Comments
 (0)