Added new WLB_BUILD_TRACE var for better trace logging, fixed powersh… #182
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: awk Tool Build | |
on: | |
push: | |
branches-ignore: | |
- trash | |
schedule: | |
- cron: '30 5 * * *' | |
jobs: | |
build: | |
uses: ./.github/workflows/tool_build.yml | |
with: | |
ToolName: awk | |