Skip to content

Commit 319b78a

Browse files
authored
Update main-workflow.yaml
1 parent 2b94cbf commit 319b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "::set-output name=is_commit::true"
9797
fi
9898
- name: Push coverage changes.
99-
if: ${{ github.event_name == 'push' }}
99+
if: ${{ github.event_name == 'fails' }}
100100
uses: ad-m/github-push-action@master
101101
with:
102102
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)