Skip to content

Commit 2da1131

Browse files
clydinmgechev
authored andcommitted
ci: schedule daily CI for LTS branch 8.3.x
1 parent 0773423 commit 2da1131

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.circleci/config.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335

336336
workflows:
337337
version: 2
338-
default_workflow:
338+
commits:
339339
jobs:
340340
# Linux jobs
341341
- setup
@@ -454,3 +454,28 @@ workflows:
454454
only: /^v\d+/
455455
branches:
456456
ignore: /.*/
457+
nightly:
458+
triggers:
459+
- schedule:
460+
cron: "0 0 * * *"
461+
filters:
462+
branches:
463+
only:
464+
- 8.3.x
465+
jobs:
466+
- setup
467+
- build:
468+
requires:
469+
- setup
470+
- test:
471+
requires:
472+
- build
473+
- test-large:
474+
requires:
475+
- build
476+
- test-browsers:
477+
requires:
478+
- build
479+
- e2e-cli:
480+
requires:
481+
- build

0 commit comments

Comments
 (0)