Browse Source

ci: fix runner_label in ondeamnd workflow

nkozlovskiy 1 year ago
parent
commit
74a4f6f062
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_test_ondemand.yml

+ 1 - 1
.github/workflows/build_and_test_ondemand.yml

@@ -112,7 +112,7 @@ jobs:
     - name: Run tests
       uses: ./.github/actions/test
       with:
-        log_suffix: ${{ inputs.sanitizer != '' && format('{0}-{1}', 'x86_64', inputs.sanitizer) || inputs.runner_label }}
+        log_suffix: ${{ inputs.sanitizer != '' && format('{0}-{1}', 'x86_64', inputs.sanitizer) || 'x86_64' }}
         test_label_regexp: ${{ inputs.test_label_regexp }}
         aws_key_id: ${{secrets.AWS_KEY_ID}}
         aws_key_value: ${{secrets.AWS_KEY_VALUE}}