Remove the ping for playgrounds on TS deploys (#34862)

This commit is contained in:
Orta 2019-10-31 18:50:00 -07:00 committed by GitHub
parent e228294463
commit ec367feb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,10 @@ and then running \`npm install\`.
`
});
// Temporarily disable until we get access controls set up right
// Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
await gh.request("POST /repos/orta/make-monaco-builds/dispatches",
{ event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }})
// await gh.request("POST /repos/orta/make-monaco-builds/dispatches",
// { event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }})
}
main().catch(async e => {