Skip to content

Commit cbf98ed

Browse files
committed
remove scheduled builds
1 parent 4a3cc63 commit cbf98ed

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/build_wheels_linux_arm.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
- '.github/workflows/build_wheels_macos*'
1414
release:
1515
types: [published, edited]
16-
schedule:
17-
- cron: '0 3 * * 6'
1816
workflow_dispatch:
1917

2018

.github/workflows/build_wheels_macos.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
- '.github/workflows/build_wheels_macos_m1.yml'
1414
release:
1515
types: [published, edited]
16-
schedule:
17-
- cron: '0 3 * * 6'
1816
workflow_dispatch:
1917

2018

.github/workflows/build_wheels_macos_m1.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
- '.github/workflows/build_wheels_macos.yml'
1414
release:
1515
types: [published, edited]
16-
schedule:
17-
- cron: '0 3 * * 6'
1816
workflow_dispatch:
1917

2018

.github/workflows/build_wheels_windows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
- '.github/workflows/build_wheels_macos*'
1313
release:
1414
types: [published, edited]
15-
schedule:
16-
- cron: '0 3 * * 6'
1715
workflow_dispatch:
1816

1917

0 commit comments

Comments
 (0)