Skip to content

Commit 62e6179

Browse files
committed
MAINT: reusable workflow
1 parent c39faa8 commit 62e6179

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/windows-arm.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Windows-on-ARM
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches:
8-
- main
9-
- maintenance/**
4+
# push:
5+
# branches: [ main ]
6+
# pull_request:
7+
# branches:
8+
# - main
9+
# - maintenance/**
10+
workflow_call:
11+
1012

1113
env:
1214
OPENBLAS_ROOT: "c:\\opt"

.github/workflows/windows.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Win
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches:
8-
- main
9-
- maintenance/**
10-
workflow_dispatch: null
4+
# push:
5+
# branches: [ main ]
6+
# pull_request:
7+
# branches:
8+
# - main
9+
# - maintenance/**
10+
# workflow_dispatch: null
11+
workflow_call:
1112

1213
env:
1314
OPENBLAS_ROOT: "c:\\opt"

0 commit comments

Comments
 (0)