From a51157f0f98458e92e21f38d2257e5d4701c6302 Mon Sep 17 00:00:00 2001 From: Anway De Date: Thu, 17 Oct 2024 08:18:17 +0000 Subject: [PATCH] ci: do not use cache for no-agave --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |