Skip to content

Commit d826cfc

Browse files
authored
Fixed comment in benchmarks.yml
1 parent a3ade3c commit d826cfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2222
jobs:
2323

24-
# This workflow contains a single job called "main-job"
24+
# This workflow contains a single job called "benchmark"
2525
benchmark:
2626

2727
# The type of runner that the job will run on
@@ -87,4 +87,4 @@ jobs:
8787
uses: actions/upload-artifact@v4
8888
with:
8989
name: benchmark-results
90-
path: BenchmarkDotNet.Artifacts/results/*.json
90+
path: BenchmarkDotNet.Artifacts/results/*.json

0 commit comments

Comments
 (0)