gio-qt/.github/workflows/call-build-deb.yml

21 lines
487 B
YAML
Raw Normal View History

name: Call build-deb
on:
pull_request_target:
paths-ignore:
- ".github/workflows/**"
2022-07-21 11:56:11 +02:00
pull_request:
types:
- closed
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
check_job:
2022-07-21 11:56:11 +02:00
if: ${{ github.event_name == 'pull_request_target' || github.event.pull_request.merged }}
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
secrets:
BridgeToken: ${{ secrets.BridgeToken }}