Skip to content

Commit

Permalink
ci: schedule daily CI for LTS branch 8.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and mgechev committed Apr 8, 2020
1 parent 0773423 commit 2da1131
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:

workflows:
version: 2
default_workflow:
commits:
jobs:
# Linux jobs
- setup
Expand Down Expand Up @@ -454,3 +454,28 @@ workflows:
only: /^v\d+/
branches:
ignore: /.*/
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- 8.3.x
jobs:
- setup
- build:
requires:
- setup
- test:
requires:
- build
- test-large:
requires:
- build
- test-browsers:
requires:
- build
- e2e-cli:
requires:
- build

0 comments on commit 2da1131

Please sign in to comment.