Fix/agent loop test (#532)

* Fix agent test condition trigger
This commit is contained in:
Adam
2025-10-29 13:07:16 -07:00
committed by GitHub
parent 22764102c7
commit 2ba64f018d

View File

@@ -17,7 +17,7 @@ on:
jobs:
# Test all CUA models - runs on PRs or when manually triggered
test-all-models:
if: ${{ github.event_name == 'pull_request' || fromJSON(inputs.test_models) }}
if: ${{ github.event_name == 'pull_request_target' || fromJSON(inputs.test_models || 'false') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false