We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d7687 + 3919069 commit 7642ae8Copy full SHA for 7642ae8
.github/workflows/tests.yml
@@ -54,9 +54,9 @@ jobs:
54
runs-on: ubuntu-latest
55
outputs:
56
build-types: ${{ steps.set-matrix.outputs.build-types }}
57
- hw-targets: ${{ steps.set-matrix.outputs.hw-targets }}
+ hw-targets: ${{ steps.set-matrix.outputs.hw_targets }}
58
qemu-types: ${{ steps.set-matrix.outputs.qemu-types }}
59
- qemu-targets: ${{ steps.set-matrix.outputs.qemu-targets }}
+ qemu-targets: ${{ steps.set-matrix.outputs.qemu_targets }}
60
env:
61
IS_PR: ${{ github.event.pull_request.number != null }}
62
PERFORMANCE_ENABLED: ${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
0 commit comments