diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 517c98a078b6..10d3cb3248d9 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -3,7 +3,6 @@ name: Fast tests for PRs on: pull_request: branches: [main] - types: [synchronize] paths: - "src/diffusers/**.py" - "benchmarks/**.py"