fix: commit changes to package.lock after the update of open-sans lib… #8489
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 |