mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
github workflow: timeout after 30 minutes
If it takes longer there is probably something wrong.
This commit is contained in:
parent
4e1a4fb3b4
commit
880fac831a
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
|
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user