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.
2 parents 7b3d3d2 + 96f1703 commit 2794091Copy full SHA for 2794091
.github/workflows/ci.yml
@@ -165,6 +165,8 @@ jobs:
165
token: ${{ secrets.GITHUB_TOKEN }}
166
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
167
decompress-artifact: true
168
+ bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
169
+ bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
170
171
examples:
172
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
.github/workflows/releaser.yml
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
-
+
97
update_ansys_lab_examples:
98
uses: ./.github/workflows/ansys_lab.yml
99
needs: get_latest_tag
0 commit comments