Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c41273

Browse files
authored
time limit GitHub actions to 5 min
1 parent 9f01ebb commit 0c41273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build-test:
77
name: Build and Test
88
runs-on: ${{ matrix.os }}-latest
9+
timeout-minutes: 5
910

1011
strategy:
1112
fail-fast: false

0 commit comments

Comments
 (0)