Skip to content

Commit 623ff73

Browse files
authored
ci: reduce workflow runs (#563)
Skips coverage for dependency updates, and no longer runs benchmarks and fossa scan for documentation-only changes.
1 parent 1bced47 commit 623ff73

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/benchmarks-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**/*'
79

810
permissions:
911
checks: write

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
coverage:
14+
if: github.actor != 'renovate[bot]'
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

.github/workflows/fossa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**/*'
79

810
permissions:
911
contents: read

0 commit comments

Comments
 (0)