github workflow: timeout after 30 minutes

If it takes longer there is probably something wrong.
This commit is contained in:
Bixilon 2022-12-10 13:10:11 +01:00
parent 4e1a4fb3b4
commit 880fac831a
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -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