From 0d209771e0355764bdf1eb19a8717f50284bf035 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Wed, 10 May 2023 02:06:21 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/2e5e092ba3f86b16d1aabbabcf0bfd2ae65b19c8 sync by github workflow Log: none Influence: none --- .github/workflows/call-tag-build.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/call-tag-build.yml diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml deleted file mode 100644 index 6420b293..00000000 --- a/.github/workflows/call-tag-build.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: tag build -on: - push: - tags: "*" - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - build: - uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master - secrets: inherit