CB-5701 allow to choose provider by keyboard (#3008) #281
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 |