8000
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 56d4d5f commit 577bee3Copy full SHA for 577bee3
.circleci/config.yml
@@ -411,30 +411,3 @@ workflows:
411
- build
412
- test
413
- e2e-cli
414
-
415
- nightly:
416
- triggers:
417
- - schedule:
418
- cron: "0 0 * * *"
419
- filters:
420
- branches:
421
- only:
422
- - 11.2.x
423
- jobs:
424
- # Linux jobs
425
- - setup
426
- - build:
427
- requires:
428
429
- - e2e-cli:
430
- name: e2e-cli-nightly
431
432
- - build
433
434
- name: e2e-cli-ve-nightly
435
- ve: true
436
437
438
- - test-browsers:
439
440
0 commit comments