Skip to content

Commit

Permalink
ci: add nightly CI configuration for version 13
Browse files Browse the repository at this point in the history
This version will become LTS soon and therefore we enable a nightly CI run.
  • Loading branch information
alan-agius4 authored and dgp1130 committed May 24, 2022
1 parent 588b742 commit 209a49e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,25 @@ workflows:
- build
- test
- e2e-cli

nightly:
triggers:
- schedule:
cron: '0 0 * * *'
filters:
branches:
only:
- 13.3.x
jobs:
# Linux jobs
- setup
- build:
requires:
- setup
- e2e-cli:
name: e2e-cli-nightly
requires:
- build
- test-browsers:
requires:
- build

0 comments on commit 209a49e

Please sign in to comment.