aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-10-26 16:15:22 +0100
committerCrozet Sébastien <developer@crozet.re>2020-10-26 16:15:22 +0100
commitd725aa4557b4c26343ba57b294d1ae5b337703e6 (patch)
treee883a0544e882267f30e1fbfd3fbd3121b2a23b3 /.github/workflows
parent6f3f84df622ea0b753e5529bc34c0759bbe1f4a1 (diff)
downloadrapier-d725aa4557b4c26343ba57b294d1ae5b337703e6.tar.gz
rapier-d725aa4557b4c26343ba57b294d1ae5b337703e6.tar.bz2
rapier-d725aa4557b4c26343ba57b294d1ae5b337703e6.zip
Adjust the benchmark message argument, again.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rapier-ci-bench.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rapier-ci-bench.yml b/.github/workflows/rapier-ci-bench.yml
index ade6a67..6c4f007 100644
--- a/.github/workflows/rapier-ci-bench.yml
+++ b/.github/workflows/rapier-ci-bench.yml
@@ -18,14 +18,14 @@ jobs:
BENCHBOT_TARGET_COMMIT: ${{ github.event.pull_request.head.sha }}
BENCHBOT_SHA: ${{ github.sha }}
BENCHBOT_HEAD_REF: ${{github.head_ref}}
- BENCHBOT_OTHER_BACKENDS: 0
+ BENCHBOT_OTHER_BACKENDS: false
runs-on: ubuntu-latest
steps:
- name: Find commit SHA
if: github.ref == 'refs/heads/master'
run: |
echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA"
- echo "::set-env name=BENCHBOT_OTHER_BACKENDS::1"
+ echo "::set-env name=BENCHBOT_OTHER_BACKENDS::true"
- name: Send 3D bench message
shell: bash
run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS