mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -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:
1
.github/workflows/cargo_machete.yml
vendored
1
.github/workflows/cargo_machete.yml
vendored
@@ -5,6 +5,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
cargo-machete:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user