.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:
|
||||
host: [darwin01, darwin02, darwin03]
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
|
|
Loading…
Add table
Reference in a new issue