2022-04-18 11:38:23 +02:00
|
|
|
name: backup to gitlab
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
2022-08-30 11:12:24 +02:00
|
|
|
backup-to-gitlabwh:
|
|
|
|
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
|
2023-07-10 08:12:08 +02:00
|
|
|
secrets: inherit
|
2022-04-18 11:38:23 +02:00
|
|
|
|
|
|
|
backup-to-gitee:
|
2022-08-30 11:12:24 +02:00
|
|
|
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
|
2023-07-10 08:12:08 +02:00
|
|
|
secrets: inherit
|