Skip to content

Commit 2e285f3

Browse files
committed
hfr: update the testing workflow again
Change-Id: I8264e4076b862ac44090fae156d6530e7f8144e8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
1 parent f41bedb commit 2e285f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csit-hfr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: csit-hfr
3+
run-name: csit-${{ github.event.inputs.dut }}-${{ github.event.inputs.job_type }}-${{ github.event.inputs.branch == 'rls2602' && '2602' }}-${{ github.event.inputs.node }}-${{ github.event.inputs.my_run_id }}
34

45
# yamllint disable-line rule:truthy
56
on:
@@ -98,7 +99,6 @@ jobs:
9899
matrix: ${{ fromJSON(needs.dispatch.outputs.matrix) }}
99100

100101
env:
101-
run-name: ${{ github.job }}-${{ github.event.inputs.my_run_id }}
102102
# yamllint disable-line rule:line-length
103103
BUILD_TAG: ${{ github.job }}-master-${{ matrix.node }}-${{ github.run_id }}
104104
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)