dev(ci): set timeout for github actions to 10m
Default is 6 hours; much longer than they'll ever need.
This commit is contained in:
parent
c92b2b3724
commit
0c68486424
2 changed files with 2 additions and 0 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
lint-commits:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: purcell/setup-emacs@master
|
||||
|
|
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
- cron: '0 */12 * * *' # twice, daily
|
||||
jobs:
|
||||
lock:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue