1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
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 4752022cea
ci(sync-schedule): add manual trigger for sync workflow
- add workflow_dispatch event to enable manual execution
2026-03-03 14:20:19 +08:00
pooneyy 535549e25e
ci(sync): enable http-sync workflow for Touchacme remote
- enable previously disabled http-sync job
- add Touchacme remote configuration to matrix
- configure https-url and pat-secret for Touchacme sync
2026-03-03 02:26:42 +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