File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 standalone_branch_suffix :
1212 description : ' Suffix of the branch on standalone'
1313 required : false
14- default : ' .pre0 '
14+ default : ' .pre1 '
1515
1616# ┌───────────── minute (0 - 59)
1717# │ ┌───────────── hour (0 - 23)
8787 install_extras : plotting
8888 wheel : true
8989 wheelhouse : true
90- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
90+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }}
9191
9292 - name : " Prepare Testing Environment"
9393 uses :
ansys/pydpf-actions/[email protected] @@ -190,15 +190,15 @@ jobs:
190190 with :
191191 ANSYS_VERSION : ' 242'
192192 python_versions : ' ["3.10"]'
193- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
193+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }}
194194 secrets : inherit
195195
196196 docs :
197197 uses : ./.github/workflows/docs.yml
198198 with :
199199 ANSYS_VERSION : ' 242'
200200 python_version : " 3.10"
201- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
201+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre1 ' }}
202202 event_name : ${{ github.event_name }}
203203 secrets : inherit
204204
You can’t perform that action at this time.
0 commit comments