We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d7e673 + 066862d commit a95113bCopy full SHA for a95113b
1 file changed
.github/workflows/sdk-build.yml
@@ -4,6 +4,9 @@ env:
4
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
5
6
on:
7
+ schedule:
8
+ # Run once a day at 00:00 UTC
9
+ - cron: '0 0 * * *'
10
push:
11
branches: [main]
12
pull_request:
0 commit comments