Skip to content

Commit c3a737a

Browse files
committed
fix
1 parent c492108 commit c3a737a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,11 @@ jobs:
159159
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160160

161161

162-
# publish-api-specs:
162+
publish-api-specs:
163163
name: Generate and publish API specs to APIM pre-release artefacts
164164
needs:
165165
- publish-event-schemas
166+
#if: needs.check-merge-or-workflow-dispatch.outputs.deploy == 'true'
166167
runs-on: ubuntu-latest
167168
permissions:
168169
contents: read

0 commit comments

Comments
 (0)