We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51cbef commit c6b596bCopy full SHA for c6b596b
.github/workflows/benchmarks.yml
@@ -7,7 +7,7 @@ on:
7
description: 'Baseline git ref (branch name or commit SHA)'
8
required: false
9
type: string
10
- default: 'main'
+ default: '${{ github.ref_name }}'
11
ref2:
12
description: 'Comparison git ref (branch name or commit SHA). Leave empty for single-ref benchmark.'
13
0 commit comments