ci: add timeout to release

This commit is contained in:
Mitchell Hashimoto
2023-03-20 20:59:33 -07:00
parent d9f41b4fa6
commit 88a7b3067a

View File

@ -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"