Skip to content

Commit d2aee42

Browse files
authored
Update examples_docker.yml
1 parent 6f97fd9 commit d2aee42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/examples_docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
ANSYS_VERSION:
1212
required: false
1313
type: string
14-
default: vars.ANSYS_VERSION_DEFAULT
1514
standalone_suffix:
1615
description: "Suffix of the branch on standalone"
1716
required: false
@@ -27,9 +26,8 @@ on:
2726
default: '["3.10"]'
2827
ANSYS_VERSION:
2928
description: "ANSYS version to run."
30-
required: true
29+
required: false
3130
type: string
32-
default: vars.ANSYS_VERSION_DEFAULT
3331
standalone_suffix:
3432
description: "Suffix of the branch on standalone"
3533
required: false
@@ -105,7 +103,7 @@ jobs:
105103
with:
106104
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
107105
standalone_suffix: ${{ inputs.standalone_suffix }}
108-
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}
106+
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || vars.ANSYS_VERSION_DEFAULT }}
109107

110108
- name: "Check licences of packages"
111109
uses: ansys/pydpf-actions/[email protected]

0 commit comments

Comments
 (0)