Skip to content

Commit a26cd59

Browse files
committed
Add weekly workflow to run tests regularly.
1 parent 089cdf7 commit a26cd59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,17 @@ workflows:
251251
- test-compile-options
252252
- test-suite
253253
- docs-build
254+
255+
weekly:
256+
triggers:
257+
- schedule:
258+
cron: "0 0 * * 1"
259+
filters:
260+
branches:
261+
only:
262+
- master
263+
264+
jobs:
265+
- test-compile-options
266+
- test-suite
267+
- docs-build

0 commit comments

Comments
 (0)