8000 temporarily enable linux asan tests on forks · numpy/numpy@29ca3c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29ca3c4

Browse files
committed
temporarily enable linux asan tests on forks
1 parent 130a046 commit 29ca3c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux_compiler_sanitizers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Test with compiler sanitizers (Linux)
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
77
- maintenance/**
8+
- llvm-asan-tests-on-forks
89

910
defaults:
1011
run:
@@ -23,7 +24,7 @@ permissions:
2324
jobs:
2425
clang_sanitizers:
2526
# To enable this workflow on a fork, comment out:
26-
if: github.repository == 'numpy/numpy'
27+
#if: github.repository == 'numpy/numpy'
2728
runs-on: ubuntu-latest
2829
steps:
2930
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)
0