File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
target : x86_64-unknown-linux-gnu
34
34
runner : ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-latest"' }}
35
- ref : ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }}
35
+ ref : ${{ inputs.commit_id }}
36
36
profile : " release"
37
37
test : false
38
38
bench : false
48
48
- name : Checkout
49
49
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
50
50
with :
51
- ref : ${{ github.sha }}
51
+ ref : ${{ inputs.commit_id }}
52
52
53
53
- name : Clean
54
54
uses : ./.github/actions/clean
94
94
git config --global user.name "github-actions[bot]"
95
95
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
96
96
cd rspack-ecosystem-benchmark
97
- RSPACK_DIR="$RSPACK_DIR" GITHUB_ACTOR=x-access-token node bin/upload.js ${{ secrets.PERF_DATA_TOKEN }} ${{ github.sha }}
97
+ RSPACK_DIR="$RSPACK_DIR" GITHUB_ACTOR=x-access-token node bin/upload.js ${{ secrets.PERF_DATA_TOKEN }} ${{ inputs.commit_id }}
You can’t perform that action at this time.
0 commit comments