Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
standalone_branch_suffix:
description: 'Suffix of the branch on standalone'
required: false
default: '.pre0'
default: '.pre1'

#┌───────────── minute (0 - 59)
#│ ┌───────────── hour (0 - 23)
Expand Down Expand Up @@ -61,14 +61,14 @@ jobs:
python_versions: '["3.7", "3.8", "3.9", "3.10"]'
wheel: true
wheelhouse: true
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

docs:
uses: ./.github/workflows/docs.yml
with:
ANSYS_VERSION: "232"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
event_name: ${{ github.event_name }}
secrets: inherit

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

retro_231:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: ./.github/workflows/pydpf-post.yml
with:
ANSYS_VERSION: "232"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

pydpf-post_231:
Expand Down Expand Up @@ -140,14 +140,14 @@ jobs:
name: "gate"
uses: ./.github/workflows/gate.yml
with:
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

docker_tests:
name: "Build and Test on Docker"
uses: ./.github/workflows/test_docker.yml
with:
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

draft_release:
Expand Down