🚦 ci: Reduce GitHub Actions Runner Pressure (#14716)

* ci: reduce GitHub Actions runner pressure

* ci: enforce static check path exclusions
This commit is contained in:
Marco Beretta 2026-08-09 13:41:00 +02:00 committed by GitHub
parent 1bd4455c2d
commit 82de3bc422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 857 additions and 710 deletions

View file

@ -19,6 +19,10 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
cache_integration_tests:
name: Integration Tests that use actual Redis Cache