Skip to content

Commit cfd79ea

Browse files
committed
Set jobs tiemout
1 parent 4537e84 commit cfd79ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
- main
1111
- 'release/**'
1212

13-
1413
jobs:
1514
build:
15+
timeout-minutes: 60
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
@@ -41,6 +41,7 @@ jobs:
4141
# sarif_file: ${{ steps.scan.outputs.sarif }}
4242

4343
test:
44+
timeout-minutes: 60
4445
runs-on: ubuntu-latest
4546
steps:
4647
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)