From 70945ee04e5583682917dad0e6858d9136c234cd Mon Sep 17 00:00:00 2001 From: Iain Samuel McLean Elder Date: Mon, 1 Jul 2024 03:36:24 +0200 Subject: [PATCH] Try again to skip empty installer list --- .github/workflows/test_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_changes.yml b/.github/workflows/test_changes.yml index bdc9c58..f84b8ad 100644 --- a/.github/workflows/test_changes.yml +++ b/.github/workflows/test_changes.yml @@ -53,7 +53,7 @@ jobs: test_installers: name: Test installers needs: list_installers - if: needs.list_installers.outputs.installers != '' + if: needs.list_installers.outputs.installers != '[]' runs-on: ubuntu-latest container: image: ${{matrix.os}}