Skip to content

Commit 3ca0fa2

Browse files
committed
chore: Skip badge update on PR
1 parent 763569b commit 3ca0fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
name: coverage-data
129129

130-
- name: Combine coverage & fail if it's <100%.
130+
- name: Combine coverage & fail if it's <95%.
131131
run: |
132132
poetry run coverage combine
133133
poetry run coverage html --skip-covered --skip-empty
@@ -149,6 +149,7 @@ jobs:
149149

150150
- name: "Make coverage badge"
151151
uses: schneegans/dynamic-badges-action@v1.6.0
152+
if: github.event_name != 'pull_request'
152153
with:
153154
auth: ${{ secrets.GIST_TOKEN }}
154155
gistID: 81ef37701aa088d18db8a58ce07c79c7

0 commit comments

Comments
 (0)