Skip to content

Commit

Permalink
[CI] run ci-cd workflow nightly
Browse files Browse the repository at this point in the history
This should help detect if changes in the latest published trace server
interfere with the tsp-python-client.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Oct 17, 2024
1 parent 493baf2 commit f14b70c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 2 * * *' # Runs every day at 2am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule

jobs:
Setup-and-Test:
Expand Down

0 comments on commit f14b70c

Please sign in to comment.