ci: add build timeout to all jobs

This commit is contained in:
sebthom
2025-02-10 18:51:54 +01:00
parent 2402ba2572
commit ec7ffedcd6
4 changed files with 15 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
name: Stale issues
on:
@@ -14,6 +14,7 @@ permissions:
jobs:
stale:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Git checkout