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 b61724e commit 789c4e3Copy full SHA for 789c4e3
.circleci/config.yml
@@ -373,3 +373,25 @@ workflows:
373
- build
374
- test
375
- 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
391
+ - e2e-cli:
392
+ name: e2e-cli-nightly
393
394
+ - build
395
+ - test-browsers:
396
397
0 commit comments