Skip to content

Commit 65c9763

Browse files
committed
Exclude benchmark workflows from trigger to snapshot publication
1 parent 28ec099 commit 65c9763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths-ignore:
88
- 'README.md'
99
- 'benchmark/*'
10+
- '.github/workflows/platform-benchmark.yml'
11+
- '.github/workflows/benchmark.yml'
1012

1113
jobs:
1214
publish:

0 commit comments

Comments
 (0)