From 32140ccf268249ecf3b1a30050f3dd9b41101717 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Thu, 13 Jun 2024 03:00:01 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/b7b12fd4a9d680ea15f9183eac4da39d3710d958 sync by github workflow Log: none Influence: none --- .github/workflows/call-debian-check.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/call-debian-check.yml 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" +