fix(ci): shift GeoLite2 update to Sunday targeting development branch
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
7
.github/workflows/update-geolite2.yml
vendored
7
.github/workflows/update-geolite2.yml
vendored
@@ -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
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user