Skip to content

Commit 789c4e3

Browse files
committed
ci: add nightly CI run for 12.2.x branch
We enable nightly CI runs for this branch as version 12 is now in LTS.
1 parent b61724e commit 789c4e3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.circleci/config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,25 @@ workflows:
373373
- build
374374
- test
375375
- e2e-cli
376+
377+
nightly:
378+
triggers:
379+
- schedule:
380+
cron: '0 0 * * *'
381+
filters:
382+
branches:
383+
only:
384+
- 12.2.x
385+
jobs:
386+
# Linux jobs
387+
- setup
388+
- build:
389+
requires:
390+
- setup
391+
- e2e-cli:
392+
name: e2e-cli-nightly
393+
requires:
394+
- build
395+
- test-browsers:
396+
requires:
397+
- build

0 commit comments

Comments
 (0)