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 Sep 16, 2024
1 parent 8375b01 commit dddc908
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build NumPy 2

on:
push:
pull_request:
# pull_request:

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

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

on:
push:
pull_request:
# pull_request:
# manual trigger
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows

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

0 comments on commit dddc908

Please sign in to comment.