Skip to content

Commit

Permalink
like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 12, 2024
1 parent 88a70c9 commit 1381a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1381a8c

Please sign in to comment.