Skip to content

Commit

Permalink
Merge pull request #22 from asdf-vm/tb/workflow-fix
Browse files Browse the repository at this point in the history
fix(golang-rewrite): update detect-changes logic for Golang tests
  • Loading branch information
Stratus3D authored Feb 13, 2024
2 parents de330df + 48dc691 commit 58f433f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f433f

Please sign in to comment.