Skip to content

Commit 0612919

Browse files
authored
Add missing dependent job
1 parent 204dea7 commit 0612919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang_sanitizers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
build_thread_sanitizer:
8282
name: Clang thread sanitizer
8383
runs-on: ubuntu-24.04
84+
needs: check_changes
8485
if: ${{ github.event.pull_request.draft == false && needs.check_changes.outputs.has_non_docs_changes == 'true' }}
8586
env:
8687
CC: clang

0 commit comments

Comments
 (0)