mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-07 18:24:23 -04: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
|
||||
# Trigger on push to main branch
|
||||
schedule:
|
||||
# Run once per day at 3:00 AM UTC
|
||||
- cron: '0 3 * * *'
|
||||
# Run once per hour
|
||||
- cron: '0 * * * *'
|
||||
workflow_dispatch:
|
||||
# Allow manual triggering of the workflow
|
||||
|
||||
|
Reference in New Issue
Block a user