diff --git a/.github/workflows/call-debian-check.yml b/.github/workflows/call-debian-check.yml new file mode 100644 index 000000000..8e089fd2c --- /dev/null +++ b/.github/workflows/call-debian-check.yml @@ -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" +