Skip to content

Commit

Permalink
temporarily suppress short tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 17, 2024
1 parent c8b8c13 commit 8dda640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Tests Fast Python
on:
push:
branches: [main, release]
pull_request:
types: [opened, synchronize, reopened]
# pull_request:
# types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: PR Tutorials
on:
push:
branches: [main, release]
pull_request:
types: [opened, synchronize, reopened]
# pull_request:
# types: [opened, synchronize, reopened]
schedule:
- cron: "2 3 * * 4"
workflow_dispatch:
Expand Down

0 comments on commit 8dda640

Please sign in to comment.