Skip to content

Commit

Permalink
Switch standalone suffix to .pre1 in release CI (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Apr 12, 2023
1 parent 4f0dba6 commit 95a63eb
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit 95a63eb

Please sign in to comment.