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 57b852e commit 122ab41Copy full SHA for 122ab41
.github/workflows/update_operators.yml
@@ -138,8 +138,7 @@ jobs:
138
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '251' }}${{ github.event.inputs.standalone_branch_suffix || '' }}_on_${{ github.ref_name }}
139
labels: server-sync
140
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
141
- reviewers: ansys/dpf_integration_proxies
142
- assignees: ansys/dpf_integration_proxies
+ reviewers: ${{ github.ref_name == 'master' && 'ansys/dpf_integration_proxies' || '' }}
143
144
- name: "Kill all servers"
145
uses: ansys/pydpf-actions/[email protected]
0 commit comments