Skip to content

Commit a71332f

Browse files
fix: disable workflows run for benchmark results PR
1 parent aa55502 commit a71332f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
paths:
1616
- "**"
1717
- "!**.md"
18+
- "!benchmark/BenchmarkDotNet.Artifacts/**"
1819

1920
jobs:
2021
build-wasm:

.github/workflows/legacy-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- "**"
1313
- "!**.md"
14+
- "!benchmark/BenchmarkDotNet.Artifacts/**"
1415

1516
jobs:
1617
# As this can run only on Windows machines, these tests should run only in CI

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
paths:
1616
- "**"
1717
- "!**.md"
18+
- "!benchmark/BenchmarkDotNet.Artifacts/**"
1819

1920
jobs:
2021
unit-tests:

0 commit comments

Comments
 (0)