fix: Dragging files from the trash to a USB drive for undo can cause dde-file-manager to freeze #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |