1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00

Add reasonable timeouts to all workflows (#7499)

Turns out the default timeout for github actions is 6 hours (!). This PR
sets some reasonable default for all workflows, the ones invoking cargo
in some way are limited to 60 minutes and the remaining ones to
10-15mins.
This commit is contained in:
Lucas Meurer
2025-09-04 12:37:24 +02:00
committed by GitHub
parent fa4bee3bf7
commit d66fa63e20
10 changed files with 18 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ jobs:
# install and run locally: cargo install typos-cli && typos
name: typos
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
@@ -18,6 +19,7 @@ jobs:
lychee:
name: lychee
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Don't check CHANGELOG.md files