Skip to content

Commit 024ffcd

Browse files
committed
[wip] bundle stats
1 parent 3446fa5 commit 024ffcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
3030
owner: context.repo.owner,
3131
repo: context.repo.repo,
32-
run_id: context.payload.workflow_run.id,
32+
run_id: 18635880384 || context.payload.workflow_run.id,
3333
});
3434
3535
const artifact = artifacts.data.artifacts.find(a => a.name === 'webpack-stats');
@@ -52,7 +52,7 @@ jobs:
5252
const runs = await github.rest.actions.listWorkflowRuns({
5353
owner: context.repo.owner,
5454
repo: context.repo.repo,
55-
workflow_id: context.payload.workflow_run.workflow_id,
55+
workflow_id: 199178247 || context.payload.workflow_run.workflow_id,
5656
branch: 'main',
5757
status: 'completed',
5858
per_page: 1,

0 commit comments

Comments
 (0)