mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
d11b521df1
chore: Sync by
21 lines
487 B
YAML
21 lines
487 B
YAML
name: Call build-deb
|
|
on:
|
|
pull_request_target:
|
|
paths-ignore:
|
|
- ".github/workflows/**"
|
|
|
|
pull_request:
|
|
types:
|
|
- closed
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
check_job:
|
|
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 }}
|