Skip to content

Commit 747a4b3

Browse files
committed
Tweak name
1 parent 871d752 commit 747a4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: go-test
3939
if: always()
4040
steps:
41-
- name: Check Go CI matrix job results
41+
- name: Check Go CI results
4242
run: |
4343
if [[ "${{ needs.go-test.result }}" != "success" ]]; then
4444
echo "One or more Go CI tests failed"

0 commit comments

Comments
 (0)