Disable debug make build due to config.status write out freeze bug on… #189
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: findutils Tool Build | |
on: | |
push: | |
branches-ignore: | |
- trash | |
schedule: | |
- cron: '30 5 * * *' | |
jobs: | |
build: | |
uses: ./.github/workflows/tool_build.yml | |
with: | |
ToolName: findutils | |