diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index cf073628..37cb34a6 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -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: diff --git a/.github/workflows/test_tutorials.yml b/.github/workflows/test_tutorials.yml index 1b1a6587..e27238e9 100644 --- a/.github/workflows/test_tutorials.yml +++ b/.github/workflows/test_tutorials.yml @@ -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: