diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2cd2bd4..87e6cb5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,6 +11,7 @@ jobs: build: name: Build runs-on: ${{ matrix.os }} + timeout-minutes: 30 strategy: matrix: include: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e6add9..3862267 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,6 +8,7 @@ jobs: build: name: Build runs-on: ${{ matrix.os }} + timeout-minutes: 30 strategy: matrix: include: @@ -52,6 +53,7 @@ jobs: name: Release needs: build runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v4