github-workflow: add a timeout for jobs

This commit is contained in:
Gaetan Lepage 2023-10-03 09:03:04 +02:00 committed by Gaétan Lepage
parent 19680bbfa1
commit 7eb1a85ccb
3 changed files with 3 additions and 0 deletions

View file

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