Cb 6085 fix regex in web sql file loader servlet #519
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 |