Skip to content

Commit d5b8098

Browse files
authored
Merge branch 'FluidSynth:master' into zensical
2 parents 574ec7b + ce5358a commit d5b8098

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rendering-regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
ref:
7-
description: "Baseline FluidSynth git ref/tag/sha to compare against (e.g. v2.5.1)"
7+
description: "Baseline FluidSynth git ref/tag/sha to compare against (e.g. v2.5.1 or commit hash)"
88
required: true
9-
default: "v2.5.1"
9+
default: "1b87398d8a5bd1cb4f9f5143da097eb9827b2a5c"
1010
pull_request:
1111
push:
1212
paths-ignore:
@@ -24,7 +24,7 @@ permissions:
2424

2525
env:
2626
BUILD_TYPE: RelWithDebInfo
27-
REF: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || 'v2.5.1' }}
27+
REF: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || '1b87398d8a5bd1cb4f9f5143da097eb9827b2a5c' }}
2828
SNR_MIN: '60'
2929
RMS_MAX: '0.0001'
3030
ABS_MAX: '0.01'

0 commit comments

Comments
 (0)