From 90d80aed6871d6fa84914453fc876165a46d42ba Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Fri, 12 Jun 2026 15:09:50 -0700 Subject: [PATCH] GitHub workflows: Add timeout to release job. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab0f5bf..4a8bd36 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,6 +26,7 @@ jobs: if: github.repository_owner == 'danielparks' name: Create runs-on: ubuntu-latest + timeout-minutes: 5 permissions: contents: write # To create release? steps: