diff --git a/.github/workflows/backup-to-gitlab.yml b/.github/workflows/backup-to-gitlab.yml deleted file mode 100644 index 8dfd7b37c15fb..0000000000000 --- a/.github/workflows/backup-to-gitlab.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: backup to gitlab -on: [push] - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - backup-to-gitlabwh: - uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@master - secrets: - BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}