From 1381a8c5bada9be480bed26a0834734aa6e83e73 Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Wed, 12 Jun 2024 16:38:31 -0700 Subject: [PATCH] like this? --- .github/workflows/test-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-system.yml b/.github/workflows/test-system.yml index e42b1669d..c32bdb121 100644 --- a/.github/workflows/test-system.yml +++ b/.github/workflows/test-system.yml @@ -5,7 +5,7 @@ on: jobs: test-system: runs-on: ${{ matrix.platform == 'generic' && 'ubuntu-latest' || matrix.platform }} - environment: ${{ matrix.platform == 'generic' && ~ || track }} + environment: ${{ matrix.platform != 'generic' && track || null }} strategy: matrix: platform: [mpfs] #, generic, cva6]