2022-04-18 11:38:23 +02:00
|
|
|
name: Call build-deb
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
|
|
|
paths-ignore:
|
|
|
|
- ".github/workflows/**"
|
2022-07-26 07:40:50 +02:00
|
|
|
types: [ opened, closed, synchronize ]
|
2022-07-21 11:56:11 +02:00
|
|
|
|
2022-04-18 11:38:23 +02:00
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
check_job:
|
2022-07-26 07:40:50 +02:00
|
|
|
if: github.event.action != 'closed' || github.event.pull_request.merged
|
2022-04-18 11:38:23 +02:00
|
|
|
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
|
|
|
|
secrets:
|
|
|
|
BridgeToken: ${{ secrets.BridgeToken }}
|