mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 16:30:02 +00:00
chore: Sync by b7b12fd4a9
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
697e678587
commit
32140ccf26
20
.github/workflows/call-debian-check.yml
vendored
Normal file
20
.github/workflows/call-debian-check.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user