We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
11.2.x
1 parent 0957902 commit fefc115Copy full SHA for fefc115
.circleci/config.yml
@@ -427,3 +427,30 @@ workflows:
427
- build
428
- test
429
- 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
445
+ - e2e-cli:
446
+ name: e2e-cli-nightly
447
448
+ - build
449
450
+ name: e2e-cli-ve-nightly
451
+ ve: true
452
453
454
+ - test-browsers:
455
456
0 commit comments