Skip to content

Commit b6934ef

Browse files
committed
Fix another CI warning
1 parent 128f1bb commit b6934ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
AUTHNZ_HTTPS_PORT: 8443
2626
steps:
2727
- name: Start Container Service
28-
if: ${{matrix.ctrmgr}} == 'podman'
28+
if: ${{matrix.ctrmgr == 'podman'}}
2929
run: |
3030
systemctl --user start podman.socket
3131
systemctl --user enable podman.socket

0 commit comments

Comments
 (0)