OPSEXP-2324: allow for embeded pg sync to cope with more replicas and… #505
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: Pre-commit (Docker Compose) | |
on: | |
pull_request: | |
branches: | |
- master | |
- release/** | |
- next/** | |
paths: | |
- docker-compose/** | |
- .pre-commit-config.yaml | |
push: | |
branches: | |
- master | |
- release/** | |
env: | |
# https://pre-commit.com/#temporarily-disabling-hooks | |
SKIP: helm-docs,helm-deps-build,helm-lint,checkov | |
jobs: | |
pre_commit: | |
name: Run pre-commit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] |