Skip to content

Commit 68bf70f

Browse files
committed
try a fix for path
1 parent 630a1df commit 68bf70f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/asan.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: CI - Address Sanitizer (nightly)
22

33
on:
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

1313
jobs:
1414
asan:

.github/workflows/ci_duplicate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
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

0 commit comments

Comments
 (0)