Always trigger py ci (#6075)

This commit is contained in:
Pere Miquel Brull 2022-07-14 08:28:03 +02:00 committed by GitHub
parent c40e9ff685
commit 3e8f3d1b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}