From 3ded2ce767eccc8a3b4c18ddeefab6543ce56d0b Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 9 May 2025 12:47:00 -0700 Subject: [PATCH] ci: timeout release job after 1 hour --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cb87d7..0f088cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: - name: Install run: yarn install --frozen-lockfile - uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5 + timeout-minutes: 60 with: project-id: ${{ secrets.CFA_PROJECT_ID }} secret: ${{ secrets.CFA_SECRET }}