From 88a7b3067ad4a030e83f8616d6872cdfa1550f49 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Mar 2023 20:59:33 -0700 Subject: [PATCH] ci: add timeout to release --- .github/workflows/release-tip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 044a3c698..6dda80acb 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -24,6 +24,7 @@ jobs: flatpak: if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest + timeout-minutes: 60 container: image: bilelmoussaoui/flatpak-github-actions:gnome-43 options: --privileged @@ -68,6 +69,7 @@ jobs: build-macos: if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} runs-on: macos-12 + timeout-minutes: 90 env: # Needed for macos SDK AGREE: "true"