fix(CI): improve caching (#23387)

This commit is contained in:
Francesco Borzì 2025-10-26 13:43:22 +01:00 committed by GitHub
parent 1b2db00701
commit 3bbcc15233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 78 additions and 22 deletions

View file

@ -9,7 +9,7 @@ on:
- synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
group: ${{ github.head_ref }} || concat(${{ github.ref_name }}, ${{ github.workflow }})
cancel-in-progress: true
jobs: