File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments