Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[code-infra] Add short note about e2e-website workflow schedule
  • Loading branch information
Janpot committed Mar 4, 2024
commit 20bc4b9e7ef760c53e16f132f6f57fe6f07cceb3
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ workflows:
- checkout
e2e-website:
when:
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
equal: [e2e-website, << pipeline.parameters.workflow >>]
jobs:
- checkout
Expand Down