Skip to content

Commit 5b09642

Browse files
Copilotdavidfowl
authored andcommitted
Update workflow to run daily instead of weekly
Co-authored-by: davidfowl <[email protected]>
1 parent 1522432 commit 5b09642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dotnet-install-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update dotnet-install Scripts
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 6 * * 1' # Weekly on Monday at 06:00 UTC
6+
- cron: '0 6 * * *' # Daily at 06:00 UTC
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)