Skip to content
Snippets Groups Projects
Commit b08e23f4 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: fix email subject in perf_sysbench.yml

The `${{ github.ref_name }}` expression is always evaluated to 'master'
because the workflow is running on the 'master' branch. But it is wrong
in the case of the '2.10' branch. Now it's fixed.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent b212ceeb
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ jobs:
server_address: ${{ secrets.PERF_EMAIL_SERVER }}
server_port: 25
subject: >
Tarantool Perf Testing. Branch: ${{ github.ref_name }}.
Tarantool Perf Testing. Branch: ${{ matrix.branch }}.
Build: ${{ steps.tarantool-version.outputs.value }}.
Test: sysbench
to: ${{ github.event.inputs.debug == 'true' &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment