Skip to content

Commit fe58982

Browse files
committed
ci: run relwithdebinfo and debug with build-preset labels too
1 parent a2fdf6a commit fe58982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test_ya_provisioned.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ jobs:
101101
with:
102102
# FIXME: always use auto-provisioned here?
103103
runner_label: ${{ inputs.runner_label }}
104-
# naive check for -asan, -tsan, -msan
105-
runner_additional_label: ${{ contains(inputs.build_preset, '-') && format('build-preset-{0}', inputs.build_preset) || '' }}
104+
runner_additional_label: ${{ format('build-preset-{0}', inputs.build_preset) }}
106105
build_target: ${{ inputs.build_target }}
107106
build_preset: ${{ inputs.build_preset }}
108107
run_build: ${{ inputs.run_build }}

0 commit comments

Comments
 (0)