]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: add a 30-min timeout for BrowserStack (#32238)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 10 Dec 2020 09:52:22 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 09:52:22 +0000 (11:52 +0200)
.github/workflows/browserstack.yml

index 0b4cfbdaacba678e05272fe73a8b6f7e11783bbd..00831721d64a44bfa6bdc033235808561f211a33 100644 (file)
@@ -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