Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 2, 2025
1 parent 516e568 commit 6ae931c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}, ""]
Expand Down

0 comments on commit 6ae931c

Please sign in to comment.