mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-12-20 12:15:51 -05:00
increase run frequency
This commit is contained in:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@@ -6,8 +6,8 @@ on:
|
|||||||
- main
|
- main
|
||||||
# Trigger on push to main branch
|
# Trigger on push to main branch
|
||||||
schedule:
|
schedule:
|
||||||
# Run once per day at 3:00 AM UTC
|
# Run once per hour
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 * * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Allow manual triggering of the workflow
|
# Allow manual triggering of the workflow
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user