Skip to content

Commit 1e36ac5

Browse files
committed
Can't "if" twice in a row!
1 parent 51857c9 commit 1e36ac5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,8 @@ jobs:
188188
189189
commit-badges:
190190
needs: [coverage-linux, coverage-macos, coverage-windows]
191-
if: always()
192191
runs-on: ubuntu-latest
193-
if: github.event_name == 'push' && github.ref == 'refs/heads/prerelease'
192+
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/prerelease'
194193
steps:
195194
- uses: actions/checkout@v4
196195

0 commit comments

Comments
 (0)