Skip to content

Commit 038fdef

Browse files
authored
Do not run benchmarks on non-code changes
Added paths to ignore for benchmark workflow.
1 parent 3c0b457 commit 038fdef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ name: Benchmark this PR
22
on:
33
pull_request_target:
44
branches: [ main ] # change to your default branch
5+
paths-ignore:
6+
- 'CITATION.bib'
7+
- 'LICENSE.md'
8+
- 'README.md'
9+
- '.zenodo.json'
10+
- '.github/workflows/benchmark.yml'
11+
- '.github/workflows/CompatHelper.yml'
12+
- '.github/workflows/Documenter.yml'
13+
- '.github/workflows/Format-check.yml'
14+
- '.github/workflows/TagBot.yml'
15+
- '.github/workflows/SpellCheck.yml'
16+
- 'benchmark/**'
17+
- 'docs/**'
518
permissions:
619
pull-requests: write # action needs to post a comment
720

0 commit comments

Comments
 (0)