mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 18:14: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:
|
browserstack:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'twbs/bootstrap'
|
if: github.repository == 'twbs/bootstrap'
|
||||||
timeout-minutes: 30
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
2
.github/workflows/lambdatest.yml
vendored
2
.github/workflows/lambdatest.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
lambdatest:
|
lambdatest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'twbs/bootstrap'
|
if: github.repository == 'twbs/bootstrap'
|
||||||
timeout-minutes: 30
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
Reference in New Issue
Block a user