Skip to content

Commit a95113b

Browse files
authored
Merge pull request #2 from copilot-community-sdk/copilot/adjust-sdk-e2e-test-frequency
Add daily schedule to SDK E2E test workflow
2 parents 3d7e673 + 066862d commit a95113b

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)