Skip to content

Commit 7b64e0b

Browse files
Schedule weekly tests (#193)
1 parent d9f14ed commit 7b64e0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_and_deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags:
88
- 'v*'
99
pull_request:
10+
schedule:
11+
# Runs at 6:10am UTC on Monday
12+
- cron: '10 6 * * 1'
1013
workflow_dispatch:
1114

1215
jobs:

0 commit comments

Comments
 (0)