Skip to content

Commit

Permalink
Removed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 11, 2023
1 parent 3a3d1b5 commit 9cc8d84
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/gha-docker-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
jobs:
build-and-publish:
runs-on: "ubuntu-20.04"
timeout-minutes: 30
permissions:
packages: write
services:
Expand All @@ -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:
Expand Down

0 comments on commit 9cc8d84

Please sign in to comment.