Skip to content

Commit 556282e

Browse files
authored
fix(ci): misuse of matrix conditional (#559)
1 parent 6a47e17 commit 556282e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
parallel: true
7575
continue-on-error: true
7676
finish:
77-
if: matrix.go == 'stable'
77+
if: ${{ always() }}
7878
needs: test
7979
runs-on: ubuntu-latest
8080
steps:

0 commit comments

Comments
 (0)