Skip to content

Commit c6b596b

Browse files
committed
Default to current workflow branch
1 parent b51cbef commit c6b596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'Baseline git ref (branch name or commit SHA)'
88
required: false
99
type: string
10-
default: 'main'
10+
default: '${{ github.ref_name }}'
1111
ref2:
1212
description: 'Comparison git ref (branch name or commit SHA). Leave empty for single-ref benchmark.'
1313
required: false

0 commit comments

Comments
 (0)