We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574ec7b + ce5358a commit d5b8098Copy full SHA for d5b8098
1 file changed
.github/workflows/rendering-regression.yml
@@ -4,9 +4,9 @@ on:
4
workflow_dispatch:
5
inputs:
6
ref:
7
- description: "Baseline FluidSynth git ref/tag/sha to compare against (e.g. v2.5.1)"
+ description: "Baseline FluidSynth git ref/tag/sha to compare against (e.g. v2.5.1 or commit hash)"
8
required: true
9
- default: "v2.5.1"
+ default: "1b87398d8a5bd1cb4f9f5143da097eb9827b2a5c"
10
pull_request:
11
push:
12
paths-ignore:
@@ -24,7 +24,7 @@ permissions:
24
25
env:
26
BUILD_TYPE: RelWithDebInfo
27
- REF: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || 'v2.5.1' }}
+ REF: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || '1b87398d8a5bd1cb4f9f5143da097eb9827b2a5c' }}
28
SNR_MIN: '60'
29
RMS_MAX: '0.0001'
30
ABS_MAX: '0.01'
0 commit comments