We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c5f3a commit 1ef928bCopy full SHA for 1ef928b
1 file changed
.github/workflows/benchmark.yaml
@@ -15,7 +15,7 @@ jobs:
15
fetch-tags: true
16
fetch-depth: 0
17
- id: last_tag
18
- run: echo ="tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
+ run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
19
20
benchmark:
21
needs: get-tag
@@ -39,7 +39,7 @@ jobs:
39
- name: Run benchmarks
40
run: |
41
uv run .github/scripts/run_benchmarks.py \
42
- --output benchmark-${{matrix.target.name }}.json
+ --output benchmark-${{ matrix.target.name }}.json
43
- uses: actions/upload-artifact@v7
44
with:
45
name: benchmark-${{ matrix.target.name }}
0 commit comments