Skip to content

Commit

Permalink
Do not run the coverage action on 'main' branch (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Szlosarczyk [email protected]
  • Loading branch information
maciej-szlosarczyk authored Oct 11, 2024
1 parent 689c7ca commit fdbe3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-action-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Test coverage
uses: mindvalley/cobertura-action@master
if: github.event_name == 'pull_request'
with:
path: "mv_opentelemetry.covertool.xml"
minimum_coverage: 74
Expand Down

0 comments on commit fdbe3b8

Please sign in to comment.