fix(ci): shift GeoLite2 update to Sunday targeting development branch

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
GitHub Actions
2026-04-20 16:35:02 +00:00
parent 26a75f5fe3
commit 2123fbca77
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Update GeoLite2 Checksum
on: on:
schedule: schedule:
- cron: '0 2 * * 1' # Weekly on Mondays at 2 AM UTC - cron: '0 2 * * 0' # Weekly on Sundays at 2 AM UTC
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -141,7 +141,8 @@ jobs:
--- ---
**Auto-generated by:** `.github/workflows/update-geolite2.yml` **Auto-generated by:** `.github/workflows/update-geolite2.yml`
**Trigger:** Scheduled weekly check (Mondays 2 AM UTC) - **Trigger:** Scheduled weekly check (Sundays 2 AM UTC)
base: development
branch: bot/update-geolite2-checksum branch: bot/update-geolite2-checksum
delete-branch: true delete-branch: true
commit-message: | commit-message: |
@@ -182,7 +183,7 @@ jobs:
### Workflow Details ### Workflow Details
- **Run URL:** ${runUrl} - **Run URL:** ${runUrl}
- **Triggered:** ${context.eventName === 'schedule' ? 'Scheduled (weekly)' : 'Manual dispatch'} - **Triggered:** ${context.eventName === 'schedule' ? 'Scheduled (weekly, Sundays)' : 'Manual dispatch'}
- **Timestamp:** ${new Date().toISOString()} - **Timestamp:** ${new Date().toISOString()}
### Required Actions ### Required Actions

3
.gitignore vendored
View File

@@ -316,3 +316,6 @@ docs/reports/codecove_patch_report.md
vuln-results.json vuln-results.json
test_output.txt test_output.txt
coverage_results.txt coverage_results.txt
new-results.json
.gitignore
final-results.json