sync by github workflow

Log: none
Influence: none
This commit is contained in:
deepin-admin-bot 2022-10-14 05:25:14 +00:00
parent 3eacf2dcfb
commit 99079128be
2 changed files with 29 additions and 0 deletions

16
.github/workflows/call-auto-tag.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: auto tag
on:
pull_request_target:
types: [opened, synchronize, closed]
paths:
- "debian/changelog"
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
auto_tag:
uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
secrets: inherit

13
.github/workflows/call-tag-build.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: tag build
on:
push:
tags: "*"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
uses: linuxdeepin/.github/.github/workflows/build-tag.yml@master
secrets: inherit