From 13fbc80aba82484dd4be9ef38d6a7fabb5743d8a Mon Sep 17 00:00:00 2001 From: Yutao Meng Date: Wed, 28 Aug 2024 16:13:29 +0800 Subject: [PATCH] chore: Remove obsolute backup-to-gitlab workflow Log: Remove obsolute backup-to-gitlab workflow Signed-off-by: Yutao Meng --- .github/workflows/backup-to-gitlab.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/backup-to-gitlab.yml diff --git a/.github/workflows/backup-to-gitlab.yml b/.github/workflows/backup-to-gitlab.yml deleted file mode 100644 index 9863040fd..000000000 --- a/.github/workflows/backup-to-gitlab.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: backup to gitlab -on: [push] - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - backup-to-gitlabwh: - uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master - secrets: inherit - - backup-to-gitee: - uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master - secrets: inherit