fix: 解决新装镜像创建用户后出现开机音效服务启动失败的问题 (#155) #283
This file contains hidden or 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-distribution | |
| on: | |
| push: | |
| paths-ignore: | |
| - ".github/workflows/**" | |
| pull_request_target: | |
| paths-ignore: | |
| - ".github/workflows/**" | |
| jobs: | |
| check_job: | |
| uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master | |
| secrets: inherit |