chore: Sync by (#23)

chore: Sync by
This commit is contained in:
deepin-bot[bot] 2022-07-21 09:56:11 +00:00 committed by GitHub
parent 2dc9267515
commit d11b521df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,17 @@ on:
paths-ignore: paths-ignore:
- ".github/workflows/**" - ".github/workflows/**"
pull_request:
types:
- closed
concurrency: concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }} group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
check_job: check_job:
if: ${{ github.event_name == 'pull_request_target' || github.event.pull_request.merged }}
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
secrets: secrets:
BridgeToken: ${{ secrets.BridgeToken }} BridgeToken: ${{ secrets.BridgeToken }}