Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62a4925

Browse files
authored
CI: have runtime jobs ignoretools/stubtest/** (#30457)
1 parent14670df commit62a4925

File tree

11 files changed

+14
-3
lines changed

11 files changed

+14
-3
lines changed

‎.github/workflows/compiler_sanitizers.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
-'**.pyi'
1313
-'**.md'
1414
-'**.rst'
15+
-'tools/stubtest/**'
1516

1617
defaults:
1718
run:

‎.github/workflows/cygwin.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
-'**.pyi'
99
-'**.md'
1010
-'**.rst'
11+
-'tools/stubtest/**'
1112

1213
concurrency:
1314
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}

‎.github/workflows/emscripten.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
-'**.pyi'
1010
-'**.md'
1111
-'**.rst'
12+
-'tools/stubtest/**'
1213

1314
permissions:
1415
contents:read# to fetch code (actions/checkout)

‎.github/workflows/linux-ppc64le.yml‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
-'**.pyi'
1010
-'**.md'
1111
-'**.rst'
12+
-'tools/stubtest/**'
1213
workflow_dispatch:
1314

1415
permissions:
@@ -25,7 +26,7 @@ jobs:
2526
# For more details, see: https://github.com/numpy/numpy/issues/29125
2627
if:github.repository == 'numpy/numpy'
2728
runs-on:ubuntu-24.04-ppc64le-p10
28-
29+
2930
strategy:
3031
fail-fast:false
3132
matrix:
@@ -34,14 +35,14 @@ jobs:
3435
args:"-Dallow-noblas=false"
3536
-name:"clang"
3637
args:"-Dallow-noblas=false"
37-
38+
3839
name:"${{ matrix.config.name }}"
3940
steps:
4041
-uses:actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8# v6.0.1
4142
with:
4243
submodules:recursive
4344
fetch-tags:true
44-
45+
4546
-name:Install dependencies
4647
run:|
4748
sudo apt update

‎.github/workflows/linux.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
-'**.pyi'
1919
-'**.md'
2020
-'**.rst'
21+
-'tools/stubtest/**'
2122

2223
defaults:
2324
run:

‎.github/workflows/linux_blas.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ on:
4444
-'**.pyi'
4545
-'**.md'
4646
-'**.rst'
47+
-'tools/stubtest/**'
4748

4849
defaults:
4950
run:

‎.github/workflows/linux_qemu.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
-'**.pyi'
1919
-'**.md'
2020
-'**.rst'
21+
-'tools/stubtest/**'
2122
workflow_dispatch:
2223

2324
defaults:

‎.github/workflows/linux_simd.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ on:
3535
-'**.pyi'
3636
-'**.md'
3737
-'**.rst'
38+
-'tools/stubtest/**'
3839

3940
defaults:
4041
run:

‎.github/workflows/macos.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
-'**.pyi'
1010
-'**.md'
1111
-'**.rst'
12+
-'tools/stubtest/**'
1213

1314
permissions:
1415
contents:read# to fetch code (actions/checkout)

‎.github/workflows/wheels.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
-'**.pyi'
1414
-'**.md'
1515
-'**.rst'
16+
-'tools/stubtest/**'
1617
workflow_dispatch:
1718

1819
concurrency:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp