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 47c066d commit f2502e4Copy full SHA for f2502e4
.github/workflows/gen_coverage_report.yml
@@ -3,9 +3,6 @@ on:
3
workflow_dispatch:
4
schedule:
5
- cron: "0 6 * * *"
6
- pull_request:
7
- branches:
8
- - main
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
@@ -31,10 +28,6 @@ jobs:
31
28
cache: false
32
29
- name: Generate Coverage Report
33
30
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"
38
- name: Create Pull Request
39
if: github.event_name != 'pull_request'
40
uses: peter-evans/create-pull-request@v7
0 commit comments