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 6ec9a13 commit 0ec1073Copy full SHA for 0ec1073
.github/workflows/version-check.yaml
@@ -18,8 +18,8 @@ name: "Scheduled Version Check"
18
on:
19
schedule:
20
# - 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
+ # - cron: "0 4 * * 5" # at 04:04:04 ever Friday
+ - cron: "0 4 1 * *" # at 04:04:04 on first day of month
23
workflow_dispatch: # Run manually via GitHub Actions Workflow page
24
25
jobs:
0 commit comments