From 20ba1fdbbdb7ef0977dd38ef29abc06da43173fb Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Wed, 6 Dec 2023 18:10:11 +0530 Subject: [PATCH] Disable Tests Fetcher (#6060) update --- .github/workflows/pr_test_fetcher.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pr_test_fetcher.yml b/.github/workflows/pr_test_fetcher.yml index 6c5d0f1c24..b82f8007aa 100644 --- a/.github/workflows/pr_test_fetcher.yml +++ b/.github/workflows/pr_test_fetcher.yml @@ -1,12 +1,6 @@ name: Fast tests for PRs - Test Fetcher -on: - pull_request: - branches: - - main - push: - branches: - - ci-* +on: workflow_dispatch env: DIFFUSERS_IS_CI: yes