.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:
parent
b80fad40ad
commit
1271128da0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/darwin.yml
vendored
1
.github/workflows/darwin.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
host: [darwin01, darwin02, darwin03]
|
host: [darwin01, darwin02, darwin03]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue