Skip to content
Snippets Groups Projects
Unverified Commit 1de6d49e authored by Yaroslav Lobankov's avatar 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

(cherry picked from commit b08e23f4)
parent 1acfc2fd
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ jobs: ...@@ -129,7 +129,7 @@ jobs:
server_address: ${{ secrets.PERF_EMAIL_SERVER }} server_address: ${{ secrets.PERF_EMAIL_SERVER }}
server_port: 25 server_port: 25
subject: > subject: >
Tarantool Perf Testing. Branch: ${{ github.ref_name }}. Tarantool Perf Testing. Branch: ${{ matrix.branch }}.
Build: ${{ steps.tarantool-version.outputs.value }}. Build: ${{ steps.tarantool-version.outputs.value }}.
Test: sysbench Test: sysbench
to: ${{ github.event.inputs.debug == 'true' && 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