We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba73aa commit cd514b7Copy full SHA for cd514b7
1 file changed
.github/workflows/go.yml
@@ -94,7 +94,7 @@ jobs:
94
working-directory: src
95
96
- name: Check coverage regression
97
- if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v')
+ if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') && github.actor != 'dependabot[bot]'
98
run: |
99
if [ ! -f coverage-main/coverage.txt ]; then
100
echo "No main coverage baseline found, skipping comparison"
0 commit comments