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 6a47e17 commit 556282eCopy full SHA for 556282e
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
parallel: true
75
continue-on-error: true
76
finish:
77
- if: matrix.go == 'stable'
+ if: ${{ always() }}
78
needs: test
79
runs-on: ubuntu-latest
80
steps:
0 commit comments