From 6a85c526cb1a03386ffeccb168db0ece034e1df5 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:24:52 +0200 Subject: [PATCH] Update scripts-testing.yml --- .github/workflows/scripts-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index 9619442c..aa88691a 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -120,7 +120,7 @@ jobs: fi if test "${1:?}" = 'cmdline.sh'; then case "${_s_shell?}" in - zsh | yash | posh) return 0 ;; # Skip + zsh) return 0 ;; # Skip *) ;; esac fi