File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
workflow_dispatch :
9
9
10
10
11
+
11
12
jobs :
12
13
send-bench-message :
13
14
env :
14
15
BENCHBOT_AMQP_USER : ${{ secrets.BENCHBOT_AMQP_USER }}
15
16
BENCHBOT_AMQP_PASS : ${{ secrets.BENCHBOT_AMQP_PASS }}
16
17
BENCHBOT_AMQP_VHOST : ${{ secrets.BENCHBOT_AMQP_VHOST }}
17
18
BENCHBOT_AMQP_HOST : ${{ secrets.BENCHBOT_AMQP_HOST }}
18
- BENCHBOT_TARGET_REPO : ${{ github.github .pull_request.head.clone_url }}
19
+ BENCHBOT_TARGET_REPO : ${{ github.event .pull_request.head.clone_url }}
19
20
BENCHBOT_TARGET_COMMIT : ${{ github.event.pull_request.head.sha }}
20
21
BENCHBOT_SHA : ${{ github.sha }}
21
22
BENCHBOT_HEAD_REF : ${{github.head_ref}}
31
32
if : github.head_ref == ''
32
33
run : |
33
34
echo "BENCHBOT_TARGET_COMMIT=$BENCHBOT_SHA" >> $GITHUB_ENV
35
+ echo "BENCHBOT_TARGET_REPO=https://github.com/dimforge/rapier" >> $GITHUB_ENV
34
36
echo "BENCHBOT_HEAD_REF=master" >> $GITHUB_ENV
35
37
echo "BENCHBOT_OTHER_BACKENDS=true" >> $GITHUB_ENV
36
38
- name : Send 3D bench message
You can’t perform that action at this time.
0 commit comments