Skip to content

Commit

Permalink
Add timeout-minutes test in the included workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 27, 2023
1 parent a97d44f commit 8756a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu-22.04-risc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ concurrency:

jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
timeout-minutes: 1440
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@docker-timeout
with:
runs-on: k8s-public
timeout-minutes: 1440
docker-context: "./ubuntu-22.04-risc"
dockerfile: "./ubuntu-22.04-risc/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-22.04-risc-builder"
Expand Down

0 comments on commit 8756a49

Please sign in to comment.