Skip to content

Commit 686ebde

Browse files
committed
cannot set time on a whole workflow
1 parent c0cea52 commit 686ebde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

7-
timeout-minutes: 10
8-
97
on:
108
push:
119
branches:
@@ -14,6 +12,7 @@ on:
1412

1513
jobs:
1614
setup:
15+
timeout-minutes: 10
1716
name: 🔧 Setup
1817
strategy:
1918
matrix:
@@ -39,6 +38,7 @@ jobs:
3938

4039
tests:
4140
name: 🧪 Test
41+
timeout-minutes: 10
4242
runs-on: ubuntu-latest
4343
# Use continue-on-error to ensure this job doesn't fail the workflow
4444
continue-on-error: true
@@ -61,6 +61,7 @@ jobs:
6161

6262
deploy:
6363
name: 🚀 Deploy
64+
timeout-minutes: 10
6465
runs-on: ubuntu-latest
6566
# only deploy main branch on pushes on non-forks
6667
if:

0 commit comments

Comments
 (0)