Skip to content

Commit

Permalink
Do not run the coverage action on 'main' branch
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Szlosarczyk maciej@mindvalley.com
  • Loading branch information
maciej-szlosarczyk committed Oct 11, 2024
1 parent 689c7ca commit 173c84e
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 173c84e

Please sign in to comment.