Skip to content

Commit

Permalink
CI: add a 30-min timeout for BrowserStack (#32238)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 10, 2020
1 parent 4341c34 commit c34385e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browserstack.yml
Expand Up @@ -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
Expand Down

0 comments on commit c34385e

Please sign in to comment.