ci: sync every hour
This commit is contained in:
parent
9bb0a5808a
commit
cf6f42c059
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -2,7 +2,7 @@ name: "sync from forge.joshwel.co"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */6 * * *"
|
- cron: "0 * * * *"
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|
Reference in a new issue