diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c223d5ca5b..10ecbed628 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -117,7 +117,7 @@ jobs: machine: ${{ matrix.machine }} compiler: ${{ matrix.compiler }} compiler-version: ${{ matrix.compiler-version }} - if: ${{ contains(matrix.targets, 'fdctl') }} + if: ${{ contains(matrix.targets, 'fdctl') && !contains(matrix.extras, 'no-agave') }} - name: build targets run: |