8000 Switch standalone suffix to .pre1 in release CI (#894) · ansys/pydpf-core@95a63eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 95a63eb

Browse files
authored
Switch standalone suffix to .pre1 in release CI (#894)
1 parent 4f0dba6 commit 95a63eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
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)
@@ -61,14 +61,14 @@ jobs:
6161
python_versions: '["3.7", "3.8", "3.9", "3.10"]'
6262
wheel: true
6363
wheelhouse: true
64-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
64+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
6565
secrets: inherit
6666

6767
docs:
6868
uses: ./.github/workflows/docs.yml
6969
with:
7070
ANSYS_VERSION: "232"
71-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
71+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
7272
event_name: ${{ github.event_name }}
7373
secrets: inherit
7474

@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
ANSYS_VERSION: "232"
7979
python_versions: '["3.7", "3.8", "3.9", "3.10"]'
80-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
80+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
8181
secrets: inherit
8282

8383
retro_231:
@@ -112,7 +112,7 @@ jobs:
112112
uses: ./.github/workflows/pydpf-post.yml
113113
with:
114114
ANSYS_VERSION: "232"
115-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
115+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
116116
secrets: inherit
117117

118118
pydpf-post_231:
@@ -140,14 +140,14 @@ jobs:
140140
name: "gate"
141141
uses: ./.github/workflows/gate.yml
142142
with:
143-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
143+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
144144
secrets: inherit
145145

146146
docker_tests:
147147
name: "Build and Test on Docker"
148148
uses: ./.github/workflows/test_docker.yml
149149
with:
150-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
150+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
151151
secrets: inherit
152152

153153
draft_release:

0 commit comments

Comments
 (0)
0