Skip to content

Commit 542fca9

Browse files
authored
prepend platform_name to job name (#3472)
1 parent 2fbdbd4 commit 542fca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414

1515
jobs:
1616
test_go:
17-
name: Go Unit Tests
17+
# note: we have automations that match on platform_name. be careful changing this.
18+
name: ${{ matrix.platform_name }} Go Unit Tests
1819
strategy:
1920
fail-fast: false
2021
matrix:

0 commit comments

Comments
 (0)