Skip to content

Commit f2502e4

Browse files
authored
Update gen_coverage_report.yml
1 parent 47c066d commit f2502e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gen_coverage_report.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: "0 6 * * *"
6-
pull_request:
7-
branches:
8-
- main
96

107
concurrency:
118
group: ${{ github.workflow }}-${{ github.ref }}
@@ -31,10 +28,6 @@ jobs:
3128
cache: false
3229
- name: Generate Coverage Report
3330
run: make coverage
34-
- uses: stefanzweifel/git-auto-commit-action@v5
35-
if: github.event_name == 'pull_request'
36-
with:
37-
commit_message: "chore: Update coverage report"
3831
- name: Create Pull Request
3932
if: github.event_name != 'pull_request'
4033
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)