We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa17ec0 commit 6a03b90Copy full SHA for 6a03b90
1 file changed
.github/workflows/hw-matlab-request.yml
@@ -1,4 +1,4 @@
1
-name: Hardware Tests (matlab-hw-request v3.4)
+name: Hardware Tests (matlab-hw-request v3.5)
2
3
# Successor to the bespoke hw-matlab.yml, running side-by-side during the
4
# migration window (staggered cron). Discovery intersects
@@ -26,7 +26,7 @@ jobs:
26
if: >-
27
github.event_name != 'pull_request' ||
28
contains(github.event.pull_request.labels.*.name, 'hw-test')
29
- uses: tfcollins/labgrid-plugins/.github/workflows/matlab-hw-request.yml@v3.4
+ uses: tfcollins/labgrid-plugins/.github/workflows/matlab-hw-request.yml@v3.5
30
with:
31
coordinator: ${{ vars.LG_COORDINATOR }} # gRPC :20408, NOT :8000
32
board-map: "test/hw_ci/board_map.yaml"
0 commit comments