We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626308 commit ed40356Copy full SHA for ed40356
.circleci/config.yml
@@ -336,7 +336,7 @@ jobs:
336
337
workflows:
338
version: 2
339
- default_workflow:
+ commits:
340
jobs:
341
# Linux jobs
342
- setup
@@ -449,3 +449,29 @@ workflows:
449
only: /^v\d+/
450
branches:
451
ignore: /.*/
452
+ nightly:
453
+ triggers:
454
+ - schedule:
455
+ cron: "0 0 * * *"
456
+ filters:
457
+ branches:
458
+ only:
459
+ - 9.1.x
460
+ jobs:
461
+ - setup
462
+ - build:
463
+ requires:
464
465
+ - test:
466
467
+ - build
468
+ - test-large:
469
470
471
+ - test-browsers:
472
473
474
+ - e2e-cli:
475
+ name: e2e-cli-nightly
476
477
0 commit comments