Skip to content

Commit f14b70c

Browse files
[CI] run ci-cd workflow nightly
This should help detect if changes in the latest published trace server interfere with the tsp-python-client. Signed-off-by: Marc Dumais <[email protected]>
1 parent 493baf2 commit f14b70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- master
10+
schedule:
11+
- cron: '0 2 * * *' # Runs every day at 2am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
1012

1113
jobs:
1214
Setup-and-Test:

0 commit comments

Comments
 (0)