We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a5680 commit 058854aCopy full SHA for 058854a
1 file changed
.github/workflows/ci_sanitizer_tests.yaml
@@ -49,9 +49,9 @@ jobs:
49
secrets: inherit
50
51
sanitizer-tests:
52
- # For efficiency, skip this workflow if there were no Python file changes.
+ # For efficiency, skip this workflow if there were no code file changes.
53
if: >-
54
- ${{needs.find-changes.outputs.python == 'true'
+ ${{needs.find-changes.outputs.code == 'true'
55
|| github.event_name == 'workflow_dispatch'}}
56
name: Test with sanitizers
57
needs: find-changes
0 commit comments