Skip to content

Commit

Permalink
fix(build): stop nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed May 31, 2021
1 parent cd86040 commit fefb8de
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ workflows:
ignore:
- develop
- master
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only: develop
jobs:
- build_docker_next
#nightly:
# triggers:
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only: develop
# jobs:
# - build_docker_next
develop:
jobs:
- build_develop:
Expand All @@ -119,4 +119,4 @@ workflows:
- build_production:
filters:
branches:
only: master
only: master

0 comments on commit fefb8de

Please sign in to comment.