We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51857c9 commit 1e36ac5Copy full SHA for 1e36ac5
1 file changed
.github/workflows/coverage.yml
@@ -188,9 +188,8 @@ jobs:
188
189
commit-badges:
190
needs: [coverage-linux, coverage-macos, coverage-windows]
191
- if: always()
192
runs-on: ubuntu-latest
193
- if: github.event_name == 'push' && github.ref == 'refs/heads/prerelease'
+ if: always() && github.event_name == 'push' && github.ref == 'refs/heads/prerelease'
194
steps:
195
- uses: actions/checkout@v4
196
0 commit comments