Skip to content

Commit ec367fe

Browse files
author
Orta
authored
Remove the ping for playgrounds on TS deploys (microsoft#34862)
1 parent e228294 commit ec367fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/post-vsts-artifact-comment.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ and then running \`npm install\`.
4848
`
4949
});
5050

51+
// Temporarily disable until we get access controls set up right
5152
// Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
52-
await gh.request("POST /repos/orta/make-monaco-builds/dispatches",
53-
{ event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }})
53+
// await gh.request("POST /repos/orta/make-monaco-builds/dispatches",
54+
// { event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }})
5455
}
5556

5657
main().catch(async e => {

0 commit comments

Comments
 (0)