Skip to content

Commit

Permalink
Removes nightly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tseho committed Aug 31, 2023
1 parent e3c673c commit bc4e3b2
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .circleci/workflows/editions/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,6 @@ aliases:
workflows:
version: 2

nightly:
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "nightly_master", << pipeline.schedule.name >> ]
jobs:
- checkout_ce
- build_dev:
<<: *slack-fail-post-step
is_ee_built: false
requires:
- checkout_ce
- test_back_static_and_acceptance:
<<: *slack-fail-post-step
requires:
- build_dev
- test_front_static_acceptance_and_integration:
<<: *slack-fail-post-step
requires:
- build_dev
- test_back_phpunit:
<<: *slack-fail-post-step
requires:
- build_dev
- test_back_behat_legacy:
<<: *slack-fail-post-step
requires:
- build_dev
- test_back_data_migrations:
<<: *slack-fail-post-step
requires:
- build_dev

nightly_docker:
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "nightly_docker_master", << pipeline.schedule.name >> ]
jobs:
- checkout_ce
- build_docker_images:
requires:
- checkout_ce

on_demand:
when:
not:
Expand Down

0 comments on commit bc4e3b2

Please sign in to comment.