Skip to content

Commit f30eca7

Browse files
committed
Temporarily disable some workflows while debugging
1 parent f64dddb commit f30eca7

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build NumPy 2
22

33
on:
44
push:
5-
pull_request:
65

76
jobs:
87
build:

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build
22

33
on:
44
push:
5-
pull_request:
65
schedule:
76
# Run at the end of every day
87
- cron: "0 0 * * *"

.github/workflows/check-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Check docs
22

33
on:
44
push:
5-
pull_request:
65
schedule:
76
# Run at the end of every day
87
- cron: "0 0 * * *"

.github/workflows/cubed.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Cubed
22

33
on:
44
push:
5-
pull_request:
65
# manual trigger
76
workflow_dispatch:
87

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Wheels
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- main

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Windows
22

33
on:
44
push:
5-
pull_request:
65
schedule:
76
# Run at the end of every day
87
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)