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 204dea7 commit 0612919Copy full SHA for 0612919
.github/workflows/clang_sanitizers.yml
@@ -81,6 +81,7 @@ jobs:
81
build_thread_sanitizer:
82
name: Clang thread sanitizer
83
runs-on: ubuntu-24.04
84
+ needs: check_changes
85
if: ${{ github.event.pull_request.draft == false && needs.check_changes.outputs.has_non_docs_changes == 'true' }}
86
env:
87
CC: clang
0 commit comments