gio-qt/.github/workflows/call-build-deb.yml
2022-04-18 09:38:23 +00:00

17 lines
383 B
YAML

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