Skip to content

Commit

Permalink
Remove the ping for playgrounds on TS deploys (microsoft#34862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orta committed Nov 1, 2019
1 parent e228294 commit ec367fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/post-vsts-artifact-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit ec367fe

Please sign in to comment.