From 0f912f4b6f13daa7f4c8119b98e5588b2ab2c7fb Mon Sep 17 00:00:00 2001 From: Chengsong Zhang Date: Wed, 8 Nov 2023 13:00:51 -0600 Subject: [PATCH] run one test at one time --- .github/workflows/tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a608fdf1..c0f3481d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,8 +1,7 @@ name: Run AnimateDiff generation with Motion LoRA & Prompt Travel on CPU on: - - push - - pull_request + push: {} # Remove the branch restriction to trigger the workflow for any branch jobs: build: