comment cron
This commit is contained in:
parent
eaf2136971
commit
6139843db5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cron.yml
vendored
6
.github/workflows/cron.yml
vendored
|
@ -4,9 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
# schedule:
|
||||||
# daily, hour and minute chosen arbitrarily
|
# # daily, hour and minute chosen arbitrarily
|
||||||
- cron: "32 14 * * *"
|
# - cron: "32 14 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue