We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c492108 commit c3a737aCopy full SHA for c3a737a
1 file changed
.github/workflows/pr_closed.yaml
@@ -159,10 +159,11 @@ jobs:
159
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160
161
162
-# publish-api-specs:
+ publish-api-specs:
163
name: Generate and publish API specs to APIM pre-release artefacts
164
needs:
165
- publish-event-schemas
166
+ #if: needs.check-merge-or-workflow-dispatch.outputs.deploy == 'true'
167
runs-on: ubuntu-latest
168
permissions:
169
contents: read
0 commit comments