fix(CI): improve caching (#23387)
This commit is contained in:
parent
1b2db00701
commit
3bbcc15233
9 changed files with 78 additions and 22 deletions
2
.github/workflows/tools_build.yml
vendored
2
.github/workflows/tools_build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue