File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : CI - Address Sanitizer (nightly)
22
33on :
4- schedule :
5- - cron : " 0 12 * * *" # Daily at 12:00 UTC
6- workflow_dispatch : # allows triggering the workflow run manually
7- pull_request : # Automatically trigger on pull requests affecting this file
8- branches :
9- - main
10- paths :
11- - ' **/workflows/asan.yaml'
4+ # schedule:
5+ # - cron: "0 12 * * *" # Daily at 12:00 UTC
6+ # workflow_dispatch: # allows triggering the workflow run manually
7+ # pull_request: # Automatically trigger on pull requests affecting this file
8+ # branches:
9+ # - main
10+ # paths:
11+ # - '**/workflows/asan.yaml'
1212
1313jobs :
1414 asan :
Original file line number Diff line number Diff line change 2929 - run : python -m pip install pre-commit
3030 - name : Add to PATH
3131 run : export PATH=$PATH:/__w/_tool/Python/3.11.10/x64/bin
32- - name : Create python3 symlink
33- run : ln -s /__w/_tool/Python/3.11.10/x64/bin/python3 /usr/local/bin/python3
32+ - name : Set python3 alias
33+ run : echo "alias python3= /__w/_tool/Python/3.11.10/x64/bin/python3" >> ~/.bashrc
3434 # Halt for testing
3535 - name : Wait For Connection
3636 uses : google-ml-infra/actions/ci_connection@main
You can’t perform that action at this time.
0 commit comments