We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c66a commit 6f97fd9Copy full SHA for 6f97fd9
.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions/checkout@v4
60
61
- name: "Set licensing if necessary"
62
- if: inputs.ANSYS_VERSION > 231
+ if: ${{ (github.event.inputs.ansys_version || vars.ANSYS_VERSION_DEFAULT) > '231' }}
63
shell: bash
64
run: |
65
echo "ANSYS_DPF_ACCEPT_LA=Y" >> $GITHUB_ENV
0 commit comments