ci: reduce GitHub Actions consumption across CI workflows (#11007)

This commit is contained in:
César Arroba
2026-05-05 17:08:34 +02:00
committed by GitHub
parent 0ddd7fbd69
commit 98277689f5
26 changed files with 300 additions and 149 deletions
+10
View File
@@ -5,10 +5,20 @@ on:
branches:
- 'master'
- 'v5.*'
paths:
- 'api/**'
- '.github/workflows/api-tests.yml'
- '.github/workflows/api-code-quality.yml'
- '.github/actions/setup-python-poetry/**'
pull_request:
branches:
- 'master'
- 'v5.*'
paths:
- 'api/**'
- '.github/workflows/api-tests.yml'
- '.github/workflows/api-code-quality.yml'
- '.github/actions/setup-python-poetry/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}