We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44670eb commit 4879222Copy full SHA for 4879222
.github/workflows/bundle-compare.yml
@@ -1,9 +1,10 @@
1
name: Compare Bundle Size
2
3
on:
4
- workflow_run:
5
- workflows: ['Build']
6
- types: [completed]
+ # workflow_run:
+ # workflows: ['Build']
+ # types: [completed]
7
+ pull_request:
8
9
permissions:
10
contents: read
@@ -27,11 +28,12 @@ jobs:
27
28
with:
29
name: webpack-stats
30
path: head-stats
31
+ run_id: 18859905948
32
33
- name: Get Run ID from BASE
34
id: base-run
35
env:
- WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id }}
36
+ WORKFLOW_ID: 64771488
37
run: |
38
ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
39
echo "run_id=$ID" >> $GITHUB_OUTPUT
0 commit comments