File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 secrets : inherit
5050
5151 test-options :
52- # For efficiency, skip this workflow if there were no Python file changes.
52+ # For efficiency, skip this workflow if there were no code file changes.
5353 if : >-
54- ${{needs.find-changes.outputs.python == 'true'
54+ ${{needs.find-changes.outputs.code == 'true'
5555 || github.event_name == 'workflow_dispatch'}}
5656 name : Test ${{matrix.hardware_opt}} + ${{matrix.parallel_opt}}
5757 needs : find-changes
Original file line number Diff line number Diff line change 4949 secrets : inherit
5050
5151 sanitizer-tests :
52- # For efficiency, skip this workflow if there were no Python file changes.
52+ # For efficiency, skip this workflow if there were no code file changes.
5353 if : >-
54- ${{needs.find-changes.outputs.python == 'true'
54+ ${{needs.find-changes.outputs.code == 'true'
5555 || github.event_name == 'workflow_dispatch'}}
5656 name : Test with sanitizers
5757 needs : find-changes
You can’t perform that action at this time.
0 commit comments