1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Reduce actions timeout to 15 minutes

This commit is contained in:
XhmikosR
2023-04-12 18:58:31 +03:00
parent f27a9c02d8
commit 572c9756e5
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
browserstack:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
timeout-minutes: 30
timeout-minutes: 15
steps:
- name: Clone repository

View File

@@ -18,7 +18,7 @@ jobs:
lambdatest:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
timeout-minutes: 30
timeout-minutes: 15
steps:
- name: Clone repository