We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d6d9d commit bfff00fCopy full SHA for bfff00f
1 file changed
.github/workflows/benchmark-pr-comment.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Download benchmark artifact
36
uses: actions/download-artifact@v4
37
with:
38
- name: bench-linux-${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.flags }}-${{ github.event.workflow_run.head_sha }}
+ name: bench-linux-${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.flags }}
39
run-id: ${{ github.event.workflow_run.id }}
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
- name: bench-macos-${{ matrix.os }}-${{ github.event.workflow_run.head_sha }}
+ name: bench-macos-${{ matrix.os }}
72
73
74
0 commit comments