Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
grmoon committed Oct 30, 2020
1 parent 9e905cf commit 85b7dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/autoupdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function performUpdate({ pullRequest, repo, octokit }) {
throw Error("Timed out waiting for status checks.");
}, 30000);

await waitForStatusChecks(pullRequest, repo, octokit);
// await waitForStatusChecks(pullRequest, repo, octokit);

clearTimeout(timeout);

Expand Down

0 comments on commit 85b7dbb

Please sign in to comment.