mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -06:00
Remove the ping for playgrounds on TS deploys (#34862)
This commit is contained in:
parent
e228294463
commit
ec367feb58
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user