fix: bring back the old chunks config for the CDS with the cds
pref…
#8488
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- develop | |
- develop-* | |
- 'epic/**' | |
- release-* | |
name: Cache libs (dist) | |
jobs: | |
cacheBuildedLibs: | |
name: Builded libs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Cache builded libs | |
uses: ./.github/cache-builded-libs |