Skip to content

Commit

Permalink
ci: add timeout just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 28, 2024
1 parent 91ee717 commit 8d64d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:
name: Build and push devcontainer
runs-on: ["self-hosted", "linux", "arm64", "ubuntu-platform"]
timeout-minutes: 60
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 8d64d38

Please sign in to comment.