Skip to content

Commit

Permalink
Need to set something that evaluates to something, even if the matrix…
Browse files Browse the repository at this point in the history
… is empty

Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 31, 2024
1 parent 4f2a209 commit 1adf6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
test: ${{ fromJson(needs.list-tests.outputs.tests) }}
fail-fast: false
concurrency:
group: ${{ matrix.test }}
group: ${{ matrix.test || 'no-platform-test' }}
cancel-in-progress: false
steps:
- name: Checkout code
Expand Down

0 comments on commit 1adf6dd

Please sign in to comment.