CB-6123 fix updating driver libraries in config file #601
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
name: Cleanup | |
on: | |
pull_request: | |
types: [closed] | |
push: | |
branches: | |
- devel | |
jobs: | |
delete-caches: | |
name: Cleanup | |
uses: dbeaver/dbeaver-common/.github/workflows/cleanup-caches.yml@devel | |
secrets: inherit |