We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1522432 commit 5b09642Copy full SHA for 5b09642
.github/workflows/update-dotnet-install-scripts.yml
@@ -3,7 +3,7 @@ name: Update dotnet-install Scripts
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 6 * * 1' # Weekly on Monday at 06:00 UTC
+ - cron: '0 6 * * *' # Daily at 06:00 UTC
7
8
permissions:
9
contents: write
0 commit comments