We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7e106 commit 3d681c3Copy full SHA for 3d681c3
.github/workflows/build.yml
@@ -496,7 +496,7 @@ jobs:
496
build_tsan_free_threading:
497
name: 'Thread sanitizer (free-threading)'
498
needs: check_source
499
- if: needs.check_source.outputs.run_tests == 'true'
+ if: needs.check_source.outputs.run_tests == 'true' && false
500
uses: ./.github/workflows/reusable-tsan.yml
501
with:
502
config_hash: ${{ needs.check_source.outputs.config_hash }}
0 commit comments