Skip to content

Commit 4156bfd

Browse files
committed
GitHub Actions: set up weekly test runs to detect breakage due to updated dependencies
1 parent 1a55bf9 commit 4156bfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
schedule:
12+
# Run tests weekly on Sundays at 5:47 UTC.
13+
# This might help us us detecting unexpected breakage due to changes in
14+
# 3rd-party dependencies. GitHub only triggers this for the default branch.
15+
- cron: '47 5 * * 0'
16+
1117

1218
jobs:
1319
tests_cpython:

0 commit comments

Comments
 (0)