mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
test regex
This commit is contained in:
parent
3d52156183
commit
dcef465414
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ const uploadPipeline = (pipelineContent: string | object) => {
|
|||
}
|
||||
|
||||
if (
|
||||
(await doAnyChangesMatch([/.*stories.*/])) ||
|
||||
(await doAnyChangesMatch([/.*stor(ies|y).*/])) ||
|
||||
GITHUB_PR_LABELS.includes('ci:build-storybooks')
|
||||
) {
|
||||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/storybooks.yml'));
|
||||
|
|
|
@ -61,4 +61,4 @@ storiesOf(
|
|||
isLoading={false}
|
||||
/>
|
||||
))
|
||||
.add('interactive demo', () => <InteractiveDemo />);
|
||||
.add('test demo', () => <InteractiveDemo />);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue