mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-14 05:53:47 +01:00
1ce521be9a
add debian check workflow log: 增加debian检查工作流
13 lines
294 B
YAML
13 lines
294 B
YAML
name: debianCheck
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
debian-check:
|
|
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master
|
|
secrets: inherit |