chore: Sync by fed570b6d7 (#24)

chore: Sync by fed570b6d7
This commit is contained in:
deepin-bot[bot] 2022-07-26 05:40:50 +00:00 committed by GitHub
parent d11b521df1
commit 39f40fa07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,7 @@ on:
pull_request_target:
paths-ignore:
- ".github/workflows/**"
pull_request:
types:
- closed
types: [ opened, closed, synchronize ]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
@ -14,7 +11,7 @@ concurrency:
jobs:
check_job:
if: ${{ github.event_name == 'pull_request_target' || github.event.pull_request.merged }}
if: github.event.action != 'closed' || github.event.pull_request.merged
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
secrets:
BridgeToken: ${{ secrets.BridgeToken }}