wojack / AhHui-Homepage项目工作流备份
0 Favoriten
0 Forks
3 Dateien
Zuletzt aktiv 2 months ago
| 1 | # .github/workflows/sync-page-to-cnb.yml |
| 2 | name: Sync Page Branch to CNB (Auto Deploy) |
| 3 | |
| 4 | # 避免并发堆积 |
| 5 | concurrency: |
| 6 | group: ${{ github.ref }} |
| 7 | cancel-in-progress: true |
| 8 | |
| 9 | on: |
| 10 | repository_dispatch: |
Neuer
Älter