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 0773423 commit 2da1131Copy full SHA for 2da1131
.circleci/config.yml
@@ -335,7 +335,7 @@ jobs:
335
336
workflows:
337
version: 2
338
- default_workflow:
+ commits:
339
jobs:
340
# Linux jobs
341
- setup
@@ -454,3 +454,28 @@ workflows:
454
only: /^v\d+/
455
branches:
456
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
470
+ - test:
471
472
+ - build
473
+ - test-large:
474
475
476
+ - test-browsers:
477
478
479
+ - e2e-cli:
480
481
0 commit comments