We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ade3c commit d826cfcCopy full SHA for d826cfc
1 file changed
.github/workflows/benchmarks.yml
@@ -21,7 +21,7 @@ on:
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
23
24
- # This workflow contains a single job called "main-job"
+ # This workflow contains a single job called "benchmark"
25
benchmark:
26
27
# The type of runner that the job will run on
@@ -87,4 +87,4 @@ jobs:
87
uses: actions/upload-artifact@v4
88
with:
89
name: benchmark-results
90
- path: BenchmarkDotNet.Artifacts/results/*.json
+ path: BenchmarkDotNet.Artifacts/results/*.json
0 commit comments