Skip to content

Commit

Permalink
ci: add nightly CI run for 12.2.x branch
Browse files Browse the repository at this point in the history
We enable nightly CI runs for this branch as version 12 is now in LTS.
  • Loading branch information
alan-agius4 committed May 26, 2022
1 parent b61724e commit 789c4e3
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 @@ -373,3 +373,25 @@ workflows:
- build
- test
- e2e-cli

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

0 comments on commit 789c4e3

Please sign in to comment.