mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
ci: do not run browserstack tests for forked PRs
- They require a secret API key, not available to forks.
This commit is contained in:
parent
df7bd8cdb9
commit
289fc6f36b
2 changed files with 10 additions and 0 deletions
6
.circleci/config.yml
generated
6
.circleci/config.yml
generated
|
|
@ -309,6 +309,9 @@ workflows:
|
|||
- install-ui-dependencies
|
||||
- build-go-dev
|
||||
- test-ui-browserstack:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /pull\/[0-9]+/
|
||||
requires:
|
||||
- install-ui-dependencies
|
||||
- build-go-dev
|
||||
|
|
@ -599,6 +602,9 @@ workflows:
|
|||
# - install-ui-dependencies
|
||||
# - build-go-dev
|
||||
# - test-ui-browserstack:
|
||||
# filters:
|
||||
# branches:
|
||||
# ignore: /pull\\/[0-9]+/
|
||||
# requires:
|
||||
# - install-ui-dependencies
|
||||
# - build-go-dev
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ jobs:
|
|||
requires:
|
||||
- install-ui-dependencies
|
||||
- build-go-dev
|
||||
filters:
|
||||
branches:
|
||||
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
|
||||
ignore: /pull\/[0-9]+/
|
||||
- test-go:
|
||||
requires:
|
||||
- build-go-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue