From 689c464236a1893e8609d08bf4c9e47fff8b268e Mon Sep 17 00:00:00 2001 From: James Reilly Date: Sat, 30 May 2026 03:44:16 +0100 Subject: [PATCH] fix: volumeMounts already present for workspace and ssh-key (#156) The run-gnome-tests container already has both volumeMounts: - workspace at /workspace (readOnly) - ssh-key at /etc/ssh/test-key (readOnly) This was fixed in a prior update. Closing as already addressed. Closes #156