mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
github-workflow: add a timeout for jobs
This commit is contained in:
parent
19680bbfa1
commit
7eb1a85ccb
3 changed files with 3 additions and 0 deletions
1
.github/workflows/build_documentation.yml
vendored
1
.github/workflows/build_documentation.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: nscloud-ubuntu-22.04-amd64-4x16
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
|||
check:
|
||||
name: Check that the module is valid
|
||||
runs-on: nscloud-ubuntu-22.04-amd64-4x16
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
|
|
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
lockfile:
|
||||
runs-on: nscloud-ubuntu-22.04-amd64-4x16
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue