mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2025-02-06 18:25:02 +01:00
16 lines
350 B
YAML
16 lines
350 B
YAML
![]() |
name: Call build-deb
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
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 }}
|