We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae39a9 commit a7582c2Copy full SHA for a7582c2
1 file changed
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -105,7 +105,6 @@ jobs:
105
- job: publish_openapi
106
dependsOn: convert_openapi
107
displayName: Publish OpenAPI files
108
- condition: eq('${{ parameters.skipOpenAPIPRGeneration }}', false)
109
## If there's new settings added please add them here too
110
templateContext:
111
inputs:
@@ -180,7 +179,7 @@ jobs:
180
179
displayName: 'Create Pull Request for the generated OpenAPI files for msgraph-metadata'
181
env:
182
BaseBranch: master
183
- GeneratePullRequest: true
+ GeneratePullRequest: not('${{ parameters.skipOpenAPIPRGeneration }}')
184
GhAppId: $(microsoft-graph-devx-bot-appid)
185
GhAppKey: $(microsoft-graph-devx-bot-privatekey)
186
OverrideSkipCI: false
0 commit comments