We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41bedb commit 2e285f3Copy full SHA for 2e285f3
.github/workflows/csit-hfr.yaml
@@ -1,5 +1,6 @@
1
---
2
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 }}
4
5
# yamllint disable-line rule:truthy
6
on:
@@ -98,7 +99,6 @@ jobs:
98
99
matrix: ${{ fromJSON(needs.dispatch.outputs.matrix) }}
100
101
env:
- run-name: ${{ github.job }}-${{ github.event.inputs.my_run_id }}
102
# yamllint disable-line rule:line-length
103
BUILD_TAG: ${{ github.job }}-master-${{ matrix.node }}-${{ github.run_id }}
104
0 commit comments