Skip to content

Commit 656fa22

Browse files
committed
[wip]
1 parent c29cc72 commit 656fa22

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/compare-builds.yml

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

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

89
permissions:
910
contents: read
@@ -14,7 +15,7 @@ jobs:
1415
get-comparators:
1516
name: Get Comparators
1617
runs-on: ubuntu-latest
17-
if: github.event.workflow_run.event == 'pull_request'
18+
# if: github.event.workflow_run.event == 'pull_request'
1819
outputs:
1920
comparators: ${{ steps.get-comparators.outputs.comparators }}
2021
steps:
@@ -55,7 +56,8 @@ jobs:
5556
with:
5657
name: ${{ matrix.comparator }}
5758
path: head
58-
run-id: ${{ github.event.workflow_run.id }}
59+
# run-id: ${{ github.event.workflow_run.id }}
60+
run-id: 20148626013
5961
github-token: ${{ secrets.GITHUB_TOKEN }}
6062

6163
- name: Get Run ID from BASE
@@ -72,7 +74,8 @@ jobs:
7274
with:
7375
name: web
7476
path: base
75-
run-id: ${{ steps.base-run.outputs.run_id }}
77+
run-id: 20148626013
78+
# run-id: ${{ steps.base-run.outputs.run_id }}
7679
github-token: ${{ secrets.GITHUB_TOKEN }}
7780

7881
- name: Compare Bundle Size

0 commit comments

Comments
 (0)