Skip to content

Commit 18846cf

Browse files
author
Petr Sramek
committed
xzcd
1 parent a4858eb commit 18846cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
**/*.nupkg
115115
116116
benchmark:
117-
if: ${{ !startsWith(github.ref_name, 'release') }}
117+
if: ${{ startsWith(github.ref_name, 'release') }}
118118
name: Benchmark on ${{ matrix.os }}
119119
needs: [build]
120120
strategy:

0 commit comments

Comments
 (0)