File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 tags :
88 - " v[0-9]+.[0-9]+.[0-9]+*"
99
10- workflow_dispatch : # Activate this workflow manually
11- inputs :
12- tag :
13- description : " Tag with this format: v1.0.0. When running this workflow manually, version is irrelevant so you can use any value."
14- required : true
15- type : string
16- default : v1.0.0
17-
18- env :
19- # TAG: ${{ inputs.tag || github.ref_name }}
20-
21- # for testing purposes
22- TAG : v1.0.0
10+ # Manual trigger: Use this ONLY if the automatic API reference sync failed during a release.
11+ # This will regenerate and sync the API reference to the Haystack repository.
12+ # WARNING: Running this workflow when this repository has evolved significantly since the release
13+ # will sync an incorrect API reference to Haystack.
14+ workflow_dispatch :
2315
2416jobs :
2517 generate-api-reference :
You can’t perform that action at this time.
0 commit comments