Skip to content

Commit

Permalink
Temporarily disable some workflows while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 10, 2024
1 parent f64dddb commit f30eca7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build NumPy 2

on:
push:
pull_request:

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build

on:
push:
pull_request:
schedule:
# Run at the end of every day
- cron: "0 0 * * *"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check docs

on:
push:
pull_request:
schedule:
# Run at the end of every day
- cron: "0 0 * * *"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cubed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Cubed

on:
push:
pull_request:
# manual trigger
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Wheels

on:
pull_request:
push:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Windows

on:
push:
pull_request:
schedule:
# Run at the end of every day
- cron: "0 0 * * *"
Expand Down

0 comments on commit f30eca7

Please sign in to comment.