Skip to content

Commit 122ab41

Browse files
authored
Only ask for review for operator updates on main branch (#2068)
1 parent 57b852e commit 122ab41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_operators.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '251' }}${{ github.event.inputs.standalone_branch_suffix || '' }}_on_${{ github.ref_name }}
139139
labels: server-sync
140140
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
141-
reviewers: ansys/dpf_integration_proxies
142-
assignees: ansys/dpf_integration_proxies
141+
reviewers: ${{ github.ref_name == 'master' && 'ansys/dpf_integration_proxies' || '' }}
143142

144143
- name: "Kill all servers"
145144
uses: ansys/pydpf-actions/[email protected]

0 commit comments

Comments
 (0)