Skip to content

Commit 0ec1073

Browse files
ci: schedule monthly version check
1 parent 6ec9a13 commit 0ec1073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ name: "Scheduled Version Check"
1818
on:
1919
schedule:
2020
# - cron: "0 4 * * *" # at 04:04:04 ever day
21-
- cron: "0 4 * * 5" # at 04:04:04 ever Friday
22-
# - cron: "0 4 1 * *" # at 04:04:04 on first day of month
21+
# - cron: "0 4 * * 5" # at 04:04:04 ever Friday
22+
- cron: "0 4 1 * *" # at 04:04:04 on first day of month
2323
workflow_dispatch: # Run manually via GitHub Actions Workflow page
2424

2525
jobs:

0 commit comments

Comments
 (0)