Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fast track docs-preview snapshot #12854

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ workflows:
- build:
requires:
- install
filters:
branches:
ignore:
- /docs-preview/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: can you change this to just - docs-preview? In CircleCI these regexes must match the entire string so it shouldn't be a problem, but it doesn't really need to be a regex in the first place.

- build-bazel:
requires:
- build
Expand All @@ -183,6 +187,13 @@ workflows:
- e2e-node-8:
requires:
- build
- snapshot_publish_docs:
requires:
- install
filters:
branches:
only:
- /docs-preview/
- e2e-cli-ng-snapshots:
requires:
- build
Expand Down