Skip to content

Commit cd514b7

Browse files
skip coverage regression check for dependabot prs
1 parent 6ba73aa commit cd514b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: src
9595

9696
- name: Check coverage regression
97-
if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v')
97+
if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') && github.actor != 'dependabot[bot]'
9898
run: |
9999
if [ ! -f coverage-main/coverage.txt ]; then
100100
echo "No main coverage baseline found, skipping comparison"

0 commit comments

Comments
 (0)