From 3e8f3d1b7c34312e3b5b80c40829e807d2f8e84b Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Thu, 14 Jul 2022 08:28:03 +0200 Subject: [PATCH] Always trigger py ci (#6075) --- .github/workflows/py-tests-3_9.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 }}