diff --git a/.github/workflows/py-tests-3_9.yml b/.github/workflows/py-tests-3_9.yml index 4d0c71e9867..90cf4f59ff1 100644 --- a/.github/workflows/py-tests-3_9.yml +++ b/.github/workflows/py-tests-3_9.yml @@ -14,14 +14,8 @@ name: py-tests on: push: branches: [main] - paths: - - ingestion/** - - catalog-rest-service/** pull_request_target: - branches: [main] - paths: - - ingestion/** - - catalog-rest-service/** + types: [labeled, opened, synchronize, reopened] concurrency: group: py-tests-${{ github.head_ref || github.run_id }}