Skip to content

Commit 209a49e

Browse files
alan-agius4dgp1130
authored andcommitted
ci: add nightly CI configuration for version 13
This version will become LTS soon and therefore we enable a nightly CI run.
1 parent 588b742 commit 209a49e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.circleci/config.yml

+22
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,25 @@ workflows:
391391
- build
392392
- test
393393
- e2e-cli
394+
395+
nightly:
396+
triggers:
397+
- schedule:
398+
cron: '0 0 * * *'
399+
filters:
400+
branches:
401+
only:
402+
- 13.3.x
403+
jobs:
404+
# Linux jobs
405+
- setup
406+
- build:
407+
requires:
408+
- setup
409+
- e2e-cli:
410+
name: e2e-cli-nightly
411+
requires:
412+
- build
413+
- test-browsers:
414+
requires:
415+
- build

0 commit comments

Comments
 (0)