fix: adjust the system language module and shortcut key module buttons to align with the default program module and date/time module. #1408
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: Call build-deb | |
on: | |
pull_request_target: | |
paths-ignore: | |
- ".github/workflows/**" | |
types: [ opened, closed, synchronize ] | |
concurrency: | |
group: ${{ github.workflow }}-pull/${{ github.event.number }} | |
cancel-in-progress: true | |
jobs: | |
check_job: | |
if: github.event.action != 'closed' || github.event.pull_request.merged | |
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master | |
secrets: | |
BridgeToken: ${{ secrets.BridgeToken }} |