Skip to content

Commit 044e888

Browse files
committed
moving condition
1 parent 86c3495 commit 044e888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Unit_Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757

5858
finish:
5959
name: Close Coveralls Run
60+
if: ${{ github.ref == 'refs/heads/master' }}
6061
needs: tests
6162
runs-on: ubuntu-latest
6263
steps:
6364
- name: Close Coveralls Run
64-
if: ${{ github.ref == 'refs/heads/master' }}
6565
env:
6666
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
6767
COVERALLS_ENDPOINT: https://coveralls.io

0 commit comments

Comments
 (0)