Skip to content

Commit 9f7c8c2

Browse files
Remove branch
1 parent 7240686 commit 9f7c8c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
on:
2-
push:
32
pull_request:
43
branches:
54
- feature/* # TODO: Remove it
@@ -27,4 +26,4 @@ jobs:
2726
-H "Authorization: Bearer $GH_TOKEN"\
2827
-H "X-GitHub-Api-Version: 2022-11-28" \
2928
https://api.github.com/repos/${{ github.repository }}/check-runs \
30-
-d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}","output":{"title":"A Mighty title", "summary":""}}'
29+
-d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"success","output":{"title":"A Mighty title", "summary":""}}'

0 commit comments

Comments
 (0)