Skip to content

Commit 5b76fc0

Browse files
ci(github): timeout size-limit workflow job after 5 minutes
1 parent faaa848 commit 5b76fc0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/size-limit.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ on:
66
jobs:
77
size:
88
runs-on: ubuntu-latest
9+
timeout-minutes: 5
910
env:
1011
CI_JOB_NUMBER: 1
12+
1113
steps:
12-
- uses: actions/checkout@v2
13-
- uses: andresz1/size-limit-action@v1
14+
- name: Checkout repository
15+
uses: actions/checkout@v2
16+
17+
- name: Size Limit
18+
uses: andresz1/size-limit-action@v1
1419
with:
1520
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)