diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bae1a892f..0e36b4d1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -184,7 +184,7 @@ jobs: env: setup-tests-env: | - if [ "${{ matrix.build-type.id }}" = relwithdebinfo-tsan ]; then + if [ "${{ matrix.build-and-test-config.id }}" = relwithdebinfo-tsan ]; then export TSAN_OPTIONS="disable_coredump=0 second_deadlock_stack=1 suppressions=${{ github.workspace }}/tsan_suppressions_${{ matrix.compiler.name }}_${{ matrix.compiler.version }}.cfg" fi