[ty] Re-enable fuzzer seeds that are no longer slow (#20937)

This commit is contained in:
Alex Waygood
2025-10-17 12:29:13 +01:00
committed by GitHub
parent a21cde8a5a
commit baaa8dad3a
2 changed files with 3 additions and 6 deletions

View File

@@ -666,7 +666,7 @@ jobs:
- determine_changes
# Only runs on pull requests, since that is the only we way we can find the base version for comparison.
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && github.event_name == 'pull_request' && (needs.determine_changes.outputs.ty == 'true' || needs.determine_changes.outputs.py-fuzzer == 'true') }}
timeout-minutes: 20
timeout-minutes: 5
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: