From 7cb9c4f92c737411bf5f57e0b2a4ae0cac4ecd5e Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 13 Nov 2024 12:06:54 -0800 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 4151940..e93daeb 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@c32f05c950d4e6f4abd8d1d8a46269525e2dbf55 # v1.0.3 + timeout-minutes: 60 with: project-id: ${{ secrets.CFA_PROJECT_ID }} secret: ${{ secrets.CFA_SECRET }}