We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871d752 commit 747a4b3Copy full SHA for 747a4b3
.github/workflows/go-ci.yml
@@ -38,7 +38,7 @@ jobs:
38
needs: go-test
39
if: always()
40
steps:
41
- - name: Check Go CI matrix job results
+ - name: Check Go CI results
42
run: |
43
if [[ "${{ needs.go-test.result }}" != "success" ]]; then
44
echo "One or more Go CI tests failed"
0 commit comments