Skip to content

Commit 21e4e24

Browse files
authored
Merge pull request #661 from per1234/matrix-job-name
Explicitly define names for build jobs in Go release workflows
2 parents 79dc9a6 + 29d08f6 commit 21e4e24

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

workflow-templates/publish-go-nightly-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
jobs:
2323
create-nightly-artifacts:
24+
name: Build ${{ matrix.os.artifact-suffix }}
2425
runs-on: ubuntu-latest
2526
permissions:
2627
contents: read

workflow-templates/release-go-crosscompile-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
jobs:
2020
create-release-artifacts:
21+
name: Build ${{ matrix.os.artifact-suffix }}
2122
runs-on: ubuntu-latest
2223
permissions:
2324
contents: read

workflow-templates/release-go-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
jobs:
2020
create-release-artifacts:
21+
name: Build ${{ matrix.os.artifact-suffix }}
2122
runs-on: ubuntu-latest
2223
permissions:
2324
contents: read

0 commit comments

Comments
 (0)