Skip to content

Commit 56d4e07

Browse files
Update make-update-github-releases.yml
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 027605d commit 56d4e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-update-github-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Make and Update GitHub Releases (Weekly Cleanup + Rebuild)
33
on:
44
workflow_dispatch: {}
55
schedule:
6-
# Weekly (Sunday 00:00 UTC)
7-
- cron: "0 0 * * 0"
6+
# Weekly (Monday 00:00 UTC)
7+
- cron: "0 0 * * 1"
88

99
concurrency:
1010
group: releases-cleanup-rebuild

0 commit comments

Comments
 (0)