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 86c3495 commit 044e888Copy full SHA for 044e888
.github/workflows/Unit_Tests.yml
@@ -57,11 +57,11 @@ jobs:
57
58
finish:
59
name: Close Coveralls Run
60
+ if: ${{ github.ref == 'refs/heads/master' }}
61
needs: tests
62
runs-on: ubuntu-latest
63
steps:
64
- name: Close Coveralls Run
- if: ${{ github.ref == 'refs/heads/master' }}
65
env:
66
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
67
COVERALLS_ENDPOINT: https://coveralls.io
0 commit comments