From a392e2436428d46115061eff978d08fa81957290 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Thu, 9 May 2024 06:24:30 +0000 Subject: [PATCH] chore: Sync by https://github.com/deepin-community/.github/commit/96bae3d141acd0578aa1aa4205606f3c76b2f0ac --- .github/workflows/backup-to-gitlab.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/backup-to-gitlab.yml diff --git a/.github/workflows/backup-to-gitlab.yml b/.github/workflows/backup-to-gitlab.yml new file mode 100644 index 0000000000000..8dfd7b37c15fb --- /dev/null +++ b/.github/workflows/backup-to-gitlab.yml @@ -0,0 +1,12 @@ +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 }}