Skip to content

Commit 6f97fd9

Browse files
authored
Update docs.yml
1 parent 8d4c66a commit 6f97fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060

6161
- name: "Set licensing if necessary"
62-
if: inputs.ANSYS_VERSION > 231
62+
if: ${{ (github.event.inputs.ansys_version || vars.ANSYS_VERSION_DEFAULT) > '231' }}
6363
shell: bash
6464
run: |
6565
echo "ANSYS_DPF_ACCEPT_LA=Y" >> $GITHUB_ENV

0 commit comments

Comments
 (0)