From 08013d7c4c47942f4241bb5892669e1e32c2d5db Mon Sep 17 00:00:00 2001 From: ArchieMeng Date: Wed, 28 Aug 2024 16:31:52 +0800 Subject: [PATCH] chore: Remove obsolute workflows (#358) remove backup-to-gitlab and call-build-distribution workflows Log: Remove obsolute workflows Signed-off-by: Yutao Meng --- .github/workflows/backup-to-gitlab.yml | 15 --------------- .github/workflows/call-build-distribution.yml | 13 ------------- 2 files changed, 28 deletions(-) delete mode 100644 .github/workflows/backup-to-gitlab.yml delete mode 100644 .github/workflows/call-build-distribution.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 diff --git a/.github/workflows/call-build-distribution.yml b/.github/workflows/call-build-distribution.yml deleted file mode 100644 index a509d5f89..000000000 --- a/.github/workflows/call-build-distribution.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Call build-distribution -on: - push: - paths-ignore: - - ".github/workflows/**" - pull_request_target: - paths-ignore: - - ".github/workflows/**" - -jobs: - check_job: - uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master - secrets: inherit