From 6728144661c2d10a0c3267c6a53be64de8c3727f Mon Sep 17 00:00:00 2001 From: asterwyx Date: Tue, 20 Jan 2026 16:11:22 +0800 Subject: [PATCH] chore: delete workflow call-synchronize-to-dtk6 Synchronizing is no more needed. --- .../workflows/call-synchronize-to-dtk6.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/call-synchronize-to-dtk6.yml diff --git a/.github/workflows/call-synchronize-to-dtk6.yml b/.github/workflows/call-synchronize-to-dtk6.yml deleted file mode 100644 index 311e4675..00000000 --- a/.github/workflows/call-synchronize-to-dtk6.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Call synchronize to dtk6 -on: - pull_request_target: - paths-ignore: - - "debian/**" - - "archlinux/**" - - "rpm/**" - - ".obs/**" - - ".github/**" - -jobs: - call-synchronize: - uses: linuxdeepin/dtk/.github/workflows/synchronize-to-dtk6.yml@master - secrets: inherit - with: - dest_repo: linuxdeepin/qt6integration - source_repo: ${{ github.event.pull_request.head.repo.full_name }} - source_ref: ${{ github.event.pull_request.head.ref }} - pull_number: ${{ github.event.pull_request.number }}