Skip to content

Commit 4ff8444

Browse files
authored
Merge pull request #148 from kasperg/circleci-weekly
Run CircleCI tests on a weekly schedule
2 parents cdc55c0 + f946de5 commit 4ff8444

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,16 @@ workflows:
133133
- test_drupal
134134
- test_drupal_project
135135
# - test_upgrade_status
136+
weekly:
137+
triggers:
138+
- schedule:
139+
# Every thursday to run soon after patch and security updates on wednesdays.
140+
cron: "0 0 * * 4"
141+
filters:
142+
branches:
143+
only:
144+
- master
145+
jobs:
146+
- build
147+
- test_drupal
148+
- test_drupal_project

0 commit comments

Comments
 (0)