Skip to content

Commit 4879222

Browse files
committed
[test]
1 parent 44670eb commit 4879222

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Compare Bundle Size
22

33
on:
4-
workflow_run:
5-
workflows: ['Build']
6-
types: [completed]
4+
# workflow_run:
5+
# workflows: ['Build']
6+
# types: [completed]
7+
pull_request:
78

89
permissions:
910
contents: read
@@ -27,11 +28,12 @@ jobs:
2728
with:
2829
name: webpack-stats
2930
path: head-stats
31+
run_id: 18859905948
3032

3133
- name: Get Run ID from BASE
3234
id: base-run
3335
env:
34-
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id }}
36+
WORKFLOW_ID: 64771488
3537
run: |
3638
ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
3739
echo "run_id=$ID" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)