.github/workflows/darwin.yml: add timeout

add a 15 minute timeout so if the deployment gets stuck it doesn't run until the default 6 hour timeout
This commit is contained in:
zowoq 2024-03-12 11:06:32 +10:00
parent b80fad40ad
commit 1271128da0

View file

@ -18,6 +18,7 @@ jobs:
matrix:
host: [darwin01, darwin02, darwin03]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Install Nix