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:
2
.github/workflows/browserstack.yml
vendored
2
.github/workflows/browserstack.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/lambdatest.yml
vendored
2
.github/workflows/lambdatest.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user