Skip to content

Commit f37f8c6

Browse files
committed
Set CI back to main dpf-standalone branches
1 parent 48086d6 commit f37f8c6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
python_versions: '["3.8"]'
5858
wheel: true
5959
wheelhouse: false
60-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
60+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
6161
secrets: inherit
6262

6363
docker_tests:
6464
name: "Build and Test on Docker"
6565
uses: ./.github/workflows/test_docker.yml
6666
with:
6767
ANSYS_VERSION: "241"
68-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
68+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
6969
secrets: inherit
7070

7171
docker_examples:
@@ -74,15 +74,15 @@ jobs:
7474
with:
7575
ANSYS_VERSION: "241"
7676
python_versions: '["3.8"]'
77-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
77+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
7878
secrets: inherit
7979

8080
docs:
8181
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
8282
uses: ./.github/workflows/docs.yml
8383
with:
8484
ANSYS_VERSION: "241"
85-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
85+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
8686
event_name: ${{ github.event_name }}
8787
secrets: inherit
8888

@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
ANSYS_VERSION: "241"
107107
python_versions: '["3.8"]'
108-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
108+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
109109
secrets: inherit
110110

111111
retro_232:
@@ -146,6 +146,6 @@ jobs:
146146
with:
147147
ANSYS_VERSION: "241"
148148
post_branch: "master"
149-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
149+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
150150
test_docstrings: "true"
151151
secrets: inherit

.github/workflows/update_operators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ansys/pydpf-actions/[email protected]
4040
with:
4141
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
42-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}
42+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
4343
ANSYS_VERSION : ${{ github.event.inputs.ANSYS_VERSION || '241' }}
4444

4545
- name: "Update ansys-grpc-dpf"
@@ -123,9 +123,9 @@ jobs:
123123
src/ansys/dpf/core/operators/*
124124
docs/source/_static/dpf_operators.html
125125
commit-message: update generated code
126-
title: Update generated code for DPF ${{ github.event.inputs.ANSYS_VERSION || '241' }}${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }} on ${{ github.ref_name }}
126+
title: Update generated code for DPF ${{ github.event.inputs.ANSYS_VERSION || '241' }}${{ github.event.inputs.standalone_branch_suffix || '' }} on ${{ github.ref_name }}
127127
body: An update of generated code has been triggered either manually or by an update in the dpf-standalone repository.
128-
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '241' }}${{ github.event.inputs.standalone_branch_suffix || '_test_pygate' }}_on_${{ github.ref_name }}
128+
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '241' }}${{ github.event.inputs.standalone_branch_suffix || '' }}_on_${{ github.ref_name }}
129129
labels: maintenance
130130

131131
- name: "Kill all servers"

0 commit comments

Comments
 (0)