OPSEXP-2950 Prepare to update to Elasticsearch 8 by switching to the bitnami/elasticsearch chart #882
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,helmlint,checkov | |
jobs: | |
pre_commit: | |
name: Run pre-commit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] |