Skip to content

Commit

Permalink
TST: update finish conditions
Browse files Browse the repository at this point in the history
Update the test finish conditions as suggested by @jklenzing.
  • Loading branch information
aburrell committed Sep 11, 2024
1 parent f3f1e35 commit 8c5368b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
finish:
name: Finish Coverage Analysis
needs: build
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
Expand Down

0 comments on commit 8c5368b

Please sign in to comment.