Skip to content

Commit 577bee3

Browse files
committed
ci: remove nightly CI run for 11.2.x branch
We disable the nightly CI runs for this branch as version 11 is no longer in LTS.
1 parent 56d4d5f commit 577bee3

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.circleci/config.yml

-27
Original file line numberDiff line numberDiff line change
@@ -411,30 +411,3 @@ workflows:
411411
- build
412412
- test
413413
- 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-
- setup
429-
- e2e-cli:
430-
name: e2e-cli-nightly
431-
requires:
432-
- build
433-
- e2e-cli:
434-
name: e2e-cli-ve-nightly
435-
ve: true
436-
requires:
437-
- build
438-
- test-browsers:
439-
requires:
440-
- build

0 commit comments

Comments
 (0)