From 6ae931c5a903fd05f46610f06f3d0e75d3784a11 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 2 Jan 2025 19:34:22 +0100 Subject: [PATCH] fix --- .github/tpl/test.tpl.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/tpl/test.tpl.yml b/.github/tpl/test.tpl.yml index 1c32b96..33b2eb5 100644 --- a/.github/tpl/test.tpl.yml +++ b/.github/tpl/test.tpl.yml @@ -25,16 +25,12 @@ concurrency: jobs: testsshfs: - if: ${{ - !contains(github.repository, 'solaris') && - !contains(github.repository, 'dragonflybsd') && - !contains(github.repository, 'omnios') && - ( - hashFiles('conf/${{ matrix.release }}-${{ matrix.arch }}.conf') != '' || - matrix.release == '' || - matrix.arch == '' - ) - }} + if: ${{ !contains(github.repository, 'solaris') && + !contains(github.repository, 'dragonflybsd') && + !contains(github.repository, 'omnios') && + hashFiles('conf/${{ matrix.release }}-${{ matrix.arch }}.conf') != '' || + matrix.release == '' || + matrix.arch == '') }} strategy: matrix: release: [ {{TEST_RELEASES}}, ""]