mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
CI: add a 30-min timeout for BrowserStack (#32238)
This commit is contained in:
parent
4341c34261
commit
c34385eb01
1 changed files with 1 additions and 0 deletions
1
.github/workflows/browserstack.yml
vendored
1
.github/workflows/browserstack.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
browserstack:
|
browserstack:
|
||||||
runs-on: ubuntu-latest
|
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]'))
|
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:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue