From 8770d24815c16bf0d6c346159f022597a8dacf7f Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 23 Aug 2024 09:50:21 +0000 Subject: [PATCH 1/2] update --- .github/workflows/push_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index d1c6f21f2e6f..d26ba031be69 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -1,9 +1,11 @@ -name: Slow Tests on main +name: Fast GPU Tests on main on: push: branches: - main + tags: + - "v*.*.*" paths: - "src/diffusers/**.py" - "examples/**.py" From e59f69c8df643f2ab3e43395dde28eb28754ad67 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 23 Aug 2024 10:25:18 +0000 Subject: [PATCH 2/2] update --- .github/workflows/push_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index d26ba031be69..5cba056c7cba 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -4,8 +4,8 @@ on: push: branches: - main - tags: - - "v*.*.*" + - "v*.*.*-release" + - "v*.*.*-patch" paths: - "src/diffusers/**.py" - "examples/**.py"