Skip to content

Commit 3874275

Browse files
committed
add workflow timeout
1 parent 1d3a319 commit 3874275

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
@@ -3,6 +3,7 @@ on: [push]
33
jobs:
44
build_deploy:
55
runs-on: ubuntu-22.04
6+
timeout-minutes: 5
67
steps:
78
- name: Checkout
89
uses: actions/checkout@v4

0 commit comments

Comments
 (0)