Skip to content

Commit

Permalink
ci(gha): bump timeout for image build (#11533)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz authored and kumahq[bot] committed Dec 13, 2024
1 parent 8b4da6d commit 181717b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ jobs:
run: |
make publish/pulp
build-images:
<<<<<<< HEAD
runs-on: ubuntu-22.04 # pining to this version until https://github.com/actions/runner-images/issues/10636#issuecomment-2397720931 has a better solution
=======
runs-on: ubuntu-latest
>>>>>>> 4d7584cef (ci(gha): bump timeout for image build (#11533))
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 181717b

Please sign in to comment.