diff --git a/.github/workflows/gha-docker-solr.yaml b/.github/workflows/gha-docker-solr.yaml index 2cd7149167..6fcea926d4 100644 --- a/.github/workflows/gha-docker-solr.yaml +++ b/.github/workflows/gha-docker-solr.yaml @@ -17,7 +17,6 @@ env: jobs: build-and-publish: runs-on: "ubuntu-20.04" - timeout-minutes: 30 permissions: packages: write services: @@ -27,15 +26,6 @@ jobs: - 6379:6379 options: --memory=60m - # solr: - # image: ghcr.io/ibexa/core/solr - # ports: - # - 8983:8983 - # options: >- - # --health-cmd "solr status" - # --health-interval 10s - # --health-timeout 5s - # --health-retries 10 steps: - uses: actions/checkout@v2 with: