1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
pooneyy d9f11167f3
ci(sync): add Gitlab synchronization configuration
- add Gitlab as a new sync target in the sync-auto workflow
- configure ssh and https URLs for Gitlab repository mirroring
2026-03-07 03:05:36 +08:00
pooneyy 8b1db7bc1e
ci(sync): replace git push --mirror with explicit force push commands
- replace `git push --mirror` with `git push --force --all --prune` and `git push --force --tags`
- update sync-auto.yml and sync-schedule.yml workflows
- improve control over branch and tag synchronization
- gitLab rejects refs that start with origin/, so the --mirror option is no longer used for pushing. Therefore, it has been reverted to using git push --force --all --prune followed by git push --force --tags.
2026-03-07 03:05:35 +08:00
pooneyy 086d09f121
ci(sync): rename and add scheduled sync workflow
- rename existing sync.yml to sync-auto.yml for clarity
- add new sync-schedule.yml workflow for automated hourly synchronization
- configure SSH-based mirroring to remote repository with fail-fast strategy
- include success/failure summary reporting for each sync job
- disable HTTP sync job by default for future use
2026-03-03 01:05:25 +08:00
Renamed from .github/workflows/sync.yml (Browse further)