From 8dda6401f7c4f683bdc7400dbfcb9926decde205 Mon Sep 17 00:00:00 2001 From: Rob Davis Date: Tue, 17 Sep 2024 15:56:43 +0100 Subject: [PATCH] temporarily suppress short tests --- .github/workflows/test_pr.yml | 4 ++-- .github/workflows/test_tutorials.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: