Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Adds nightly CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Mar 17, 2021
1 parent 2bd058f commit a5da1db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,15 @@ workflows:
jobs:
- test-buster
- build-buster

nightly:
triggers:
- schedule:
cron: "0 6 * * *"
filters:
branches:
only:
- main
jobs:
- test-buster
- build-buster

0 comments on commit a5da1db

Please sign in to comment.