We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419d9ed commit 52a14c1Copy full SHA for 52a14c1
2 files changed
.github/workflows/build.yaml
@@ -11,6 +11,7 @@ jobs:
11
build:
12
name: Build
13
runs-on: ${{ matrix.os }}
14
+ timeout-minutes: 30
15
strategy:
16
matrix:
17
include:
.github/workflows/release.yaml
@@ -8,6 +8,7 @@ jobs:
8
9
10
@@ -52,6 +53,7 @@ jobs:
52
53
name: Release
54
needs: build
55
runs-on: ubuntu-latest
56
57
58
steps:
59
- uses: actions/checkout@v4
0 commit comments