We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588b742 commit 209a49eCopy full SHA for 209a49e
.circleci/config.yml
@@ -391,3 +391,25 @@ workflows:
391
- build
392
- test
393
- 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
409
+ - e2e-cli:
410
+ name: e2e-cli-nightly
411
412
+ - build
413
+ - test-browsers:
414
415
0 commit comments