We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0c99f commit 6f3f303Copy full SHA for 6f3f303
1 file changed
.github/workflows/production-deploy.yml
@@ -17,6 +17,11 @@ on:
17
required: true
18
type: string
19
default: 'main'
20
+ seed:
21
+ description: 'Random seed for reproducible sampling (float in [-1.0, 1.0]). Leave blank to auto-generate.'
22
+ required: false
23
+ type: string
24
+ default: ''
25
jobs:
26
deploy:
27
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
@@ -28,6 +33,7 @@ jobs:
28
33
version-bump: ${{ inputs.version-bump }}
29
34
branch: ${{ inputs.branch }}
30
35
run-database-tests: true
36
+ seed: ${{ inputs.seed }}
31
37
32
38
secrets:
39
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
0 commit comments