Skip to content

Commit ed40356

Browse files
clydinfilipesilva
authored andcommitted
ci: schedule daily CI for branch 9.1.x
1 parent b626308 commit ed40356

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.circleci/config.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336

337337
workflows:
338338
version: 2
339-
default_workflow:
339+
commits:
340340
jobs:
341341
# Linux jobs
342342
- setup
@@ -449,3 +449,29 @@ workflows:
449449
only: /^v\d+/
450450
branches:
451451
ignore: /.*/
452+
nightly:
453+
triggers:
454+
- schedule:
455+
cron: "0 0 * * *"
456+
filters:
457+
branches:
458+
only:
459+
- 9.1.x
460+
jobs:
461+
- setup
462+
- build:
463+
requires:
464+
- setup
465+
- test:
466+
requires:
467+
- build
468+
- test-large:
469+
requires:
470+
- build
471+
- test-browsers:
472+
requires:
473+
- build
474+
- e2e-cli:
475+
name: e2e-cli-nightly
476+
requires:
477+
- build

0 commit comments

Comments
 (0)