@@ -57,15 +57,15 @@ jobs:
57
57
python_versions : ' ["3.8"]'
58
58
wheel : true
59
59
wheelhouse : false
60
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
60
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
61
61
secrets : inherit
62
62
63
63
docker_tests :
64
64
name : " Build and Test on Docker"
65
65
uses : ./.github/workflows/test_docker.yml
66
66
with :
67
67
ANSYS_VERSION : " 241"
68
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
68
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
69
69
secrets : inherit
70
70
71
71
docker_examples :
@@ -74,15 +74,15 @@ jobs:
74
74
with :
75
75
ANSYS_VERSION : " 241"
76
76
python_versions : ' ["3.8"]'
77
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
77
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
78
78
secrets : inherit
79
79
80
80
docs :
81
81
if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
82
82
uses : ./.github/workflows/docs.yml
83
83
with :
84
84
ANSYS_VERSION : " 241"
85
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
85
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
86
86
event_name : ${{ github.event_name }}
87
87
secrets : inherit
88
88
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
ANSYS_VERSION : " 241"
107
107
python_versions : ' ["3.8"]'
108
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
108
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
109
109
secrets : inherit
110
110
111
111
retro_232 :
@@ -146,6 +146,6 @@ jobs:
146
146
with :
147
147
ANSYS_VERSION : " 241"
148
148
post_branch : " master"
149
- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate ' }}
149
+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
150
150
test_docstrings : " true"
151
151
secrets : inherit
0 commit comments