Skip to content

Commit aed1be4

Browse files
ci: don't run tests when benchmarks change
1 parent 636f022 commit aed1be4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths-ignore:
88
- 'docs/**'
9+
- 'benchmark/**'
910

1011
concurrency:
1112
# Skip intermediate builds: always, but for the master branch and tags.

.github/workflows/ReleaseTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths-ignore:
88
- 'docs/**'
9+
- 'benchmark/**'
910

1011
concurrency:
1112
# Skip intermediate builds: always, but for the master branch and tags.

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- master
1414
paths-ignore:
1515
- 'docs/**'
16+
- 'benchmark/**'
1617

1718
concurrency:
1819
# Skip intermediate builds: always, but for the master branch.

0 commit comments

Comments
 (0)