8000 CI: give the sanitizers CI job a clearer name · numpy/numpy@6395203 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6395203

Browse files
committed
CI: give the sanitizers CI job a clearer name
1 parent e995618 commit 6395203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_asan.yml renamed to .github/workflows/linux_compiler_sanitizers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Address Sanitizer Build (Linux)
1+
name: Test with compiler sanitizers (Linux)
22

33
on:
44
pull_request:
@@ -21,7 +21,7 @@ permissions:
2121
contents: read # to fetch code (actions/checkout)
2222

2323
jobs:
24-
meson_sanitizers:
24+
gcc_sanitizers:
2525
if: "github.repository == 'numpy/numpy'"
2626
runs-on: ubuntu-latest
2727
steps:

0 commit comments

Comments
 (0)
0