Skip to content

Commit fefc115

Browse files
committed
ci: add nightly CI for 11.2.x branch
1 parent 0957902 commit fefc115

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.circleci/config.yml

+27
Original file line numberDiff line numberDiff line change
@@ -427,3 +427,30 @@ workflows:
427427
- build
428428
- test
429429
- e2e-cli
430+
431+
nightly:
432+
triggers:
433+
- schedule:
434+
cron: "0 0 * * *"
435+
filters:
436+
branches:
437+
only:
438+
- 11.2.x
439+
jobs:
440+
# Linux jobs
441+
- setup
442+
- build:
443+
requires:
444+
- setup
445+
- e2e-cli:
446+
name: e2e-cli-nightly
447+
requires:
448+
- build
449+
- e2e-cli:
450+
name: e2e-cli-ve-nightly
451+
ve: true
452+
requires:
453+
- build
454+
- test-browsers:
455+
requires:
456+
- build

0 commit comments

Comments
 (0)