Skip to content

Commit

Permalink
chore: re-enable parallelism (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott authored Jan 4, 2022
1 parent 84a2bfa commit 7604421
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion setup/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15327,7 +15327,6 @@ function getAllVersions() {
}
function exportEnvVars() {
var _a, _b;
core.exportVariable('INFRACOST_PARALLELISM', 1); // TODO: remove this once we have fixed race conditions https://github.com/infracost/infracost/issues/1202
core.exportVariable('INFRACOST_GITHUB_ACTION', true);
core.exportVariable('INFRACOST_SKIP_UPDATE_CHECK', true);
const repoUrl = ((_a = github.context.payload.repository) === null || _a === void 0 ? void 0 : _a.html_url) ||
Expand Down
2 changes: 1 addition & 1 deletion setup/dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion setup/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async function getAllVersions(): Promise<string[]> {
}

function exportEnvVars(): void {
core.exportVariable('INFRACOST_PARALLELISM', 1) // TODO: remove this once we have fixed race conditions https://github.com/infracost/infracost/issues/1202
core.exportVariable('INFRACOST_GITHUB_ACTION', true);
core.exportVariable('INFRACOST_SKIP_UPDATE_CHECK', true);

Expand Down

0 comments on commit 7604421

Please sign in to comment.