CB-6097 Fix: The Show duplicates button in the Grouping panel does no… #535
Workflow file for this run
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 |