Skip to content

Commit 1f6b9c1

Browse files
committed
[wip]
1 parent 421db4b commit 1f6b9c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/compare-builds.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "comparators=$COMPARATORS" >> $GITHUB_OUTPUT
3636
3737
web:
38-
name: Compare ${{ matrix.comparator }} Bundle Size
38+
name: Run ${{ matrix.comparator }} comparator
3939
runs-on: ubuntu-latest
4040
needs: [get-comparators]
4141
strategy:
@@ -60,14 +60,14 @@ jobs:
6060
run-id: 20148626013
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262

63-
- name: Get Run ID from BASE
64-
id: base-run
65-
env:
66-
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id }}
67-
GH_TOKEN: ${{ github.token }}
68-
run: |
69-
ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
70-
echo "run_id=$ID" >> $GITHUB_OUTPUT
63+
# - name: Get Run ID from BASE
64+
# id: base-run
65+
# env:
66+
# WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id }}
67+
# GH_TOKEN: ${{ github.token }}
68+
# run: |
69+
# ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
70+
# echo "run_id=$ID" >> $GITHUB_OUTPUT
7171

7272
- name: Download Output (BASE)
7373
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

0 commit comments

Comments
 (0)