gio-qt/.github/workflows/backup-to-gitlab.yml

16 lines
351 B
YAML
Raw Permalink Normal View History

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
secrets: inherit
backup-to-gitee:
2022-08-30 11:12:24 +02:00
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
secrets: inherit