Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-10 12:52:22 +0300
committerGitHub <noreply@github.com>2020-12-10 12:52:22 +0300
commitc34385eb01cb83297323ac22b4192a8f6fdcd1e5 (patch)
treec23965fad50a46f194e2372277392f4e58a8f81b /.github
parent4341c34261ea159953785cb1727644358aa2e40a (diff)
CI: add a 30-min timeout for BrowserStack (#32238)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index 0b4cfbdaac..00831721d6 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -12,6 +12,7 @@ jobs:
browserstack:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap' && (!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]'))
+ timeout-minutes: 30
steps:
- name: Clone repository