1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

add timeouts

This commit is contained in:
Mikael Finstad 2023-12-10 12:49:49 +08:00
parent 3cc17e48be
commit e696da74b8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ on:
jobs:
release:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
env:
is_tag: ${{ startsWith(github.ref, 'refs/tags/v') }}

View File

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2