We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bced47 commit 623ff73Copy full SHA for 623ff73
.github/workflows/benchmarks-base.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - 'docs/**/*'
9
10
permissions:
11
checks: write
.github/workflows/coverage.yml
@@ -11,6 +11,7 @@ permissions:
12
jobs:
13
coverage:
14
+ if: github.actor != 'renovate[bot]'
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
.github/workflows/fossa.yml
contents: read
0 commit comments