Skip to content

Commit

Permalink
un-comment the automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Jan 9, 2025
1 parent 30ff34b commit 75937f0
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 75937f0

Please sign in to comment.