Skip to content

Commit 7ca5bf6

Browse files
committed
add timeouts
1 parent 1fea1b5 commit 7ca5bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- 'main'
1414
jobs:
1515
setup:
16+
name: 🔧 Setup
17+
timeout-minutes: 20
1618
strategy:
1719
matrix:
1820
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -37,6 +39,7 @@ jobs:
3739

3840
deploy:
3941
name: 🚀 Deploy
42+
timeout-minutes: 10
4043
runs-on: ubuntu-latest
4144
# only deploy main branch on pushes
4245
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}

0 commit comments

Comments
 (0)