mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
21 lines
389 B
YAML
21 lines
389 B
YAML
name: debianCheck
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
contents: read
|
|
checks: read
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
debian-check:
|
|
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master
|
|
with:
|
|
job_name: "debian-check"
|
|
|