Only run ssh debugger if runner is in debug mode as well #118
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 | |