gio-qt/.github/workflows/call-build-deb.yml
deepin-bot[bot] 39f40fa07c
chore: Sync by fed570b6d7 (#24)
chore: Sync by fed570b6d7
2022-07-26 05:40:50 +00:00

18 lines
469 B
YAML

name: Call build-deb
on:
pull_request_target:
paths-ignore:
- ".github/workflows/**"
types: [ opened, closed, synchronize ]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
check_job:
if: github.event.action != 'closed' || github.event.pull_request.merged
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
secrets:
BridgeToken: ${{ secrets.BridgeToken }}