fix(golang-rewrite): update detect-changes logic for Golang tests

This commit is contained in:
Trevor Brown 2024-02-12 20:09:41 -05:00
parent e19fb9e276
commit 88af4eea00

View File

@ -34,10 +34,12 @@ jobs:
- 'asdf.*'
- 'defaults'
- 'help.txt'
go:
- '**.go'
test-golang:
needs: detect-changes
if: ${{ needs.detect-changes.outputs.cli == 'true' }}
if: ${{ needs.detect-changes.outputs.go == 'true' || needs.detect-changes.outputs.cli == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4