Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
# Successful runs take 1-2 minutes; without a cap, a wedged npm ci (seen
# when the node_modules cache expires and the registry stalls) burns the
# runner for GitHub's full 6-hour default before the job is cancelled.
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down
Loading