Skip to content

Commit 066862d

Browse files
Copilotbrunoborges
andcommitted
Add daily schedule trigger to SDK E2E tests workflow
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 7327b8c commit 066862d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sdk-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ env:
44
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
55

66
on:
7+
schedule:
8+
# Run once a day at 00:00 UTC
9+
- cron: '0 0 * * *'
710
push:
811
branches: [main]
912
pull_request:

0 commit comments

Comments
 (0)