diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-04-04 13:35:00 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-04-04 13:35:00 +0300 |
commit | 0ec462c750577168b7d065876b42b55c2aacc299 (patch) | |
tree | db10d324cf83680f4a18ef7b95ee9a5d6a06e94b | |
parent | 2891f4a1a33c454599a6a44a96e5316fd723eef6 (diff) | |
download | ydb-0ec462c750577168b7d065876b42b55c2aacc299.tar.gz |
Fix log file name
-rw-r--r-- | .github/workflows/build_and_test_provisioned.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test_provisioned.yml b/.github/workflows/build_and_test_provisioned.yml index a955dbe7d9..abfa07ff2a 100644 --- a/.github/workflows/build_and_test_provisioned.yml +++ b/.github/workflows/build_and_test_provisioned.yml @@ -27,7 +27,7 @@ jobs: - name: Test uses: ./.github/actions/test with: - log_suffix: ${{ inputs.runner_label }} + log_suffix: ${{format('{0}-{1}', inputs.runner_label, inputs.sanitizer)}} test_label_regexp: ${{ inputs.test_label_regexp }} aws_key_id: ${{secrets.AWS_KEY_ID}} aws_key_value: ${{secrets.AWS_KEY_VALUE}} |