We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e4ebd commit 54232c0Copy full SHA for 54232c0
1 file changed
ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml
@@ -72,4 +72,4 @@
72
# See comment on product loop control. (I believe APIDocs
73
# actually can reference products that don't exist. But this is
74
# cleaner.)
75
- when: item.edgeAPIProductName | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
+ when: APIGEE_ORGANIZATION == 'nhsd-prod' and item.edgeAPIProductName | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
0 commit comments