Only run python 3.13 on PRs (#2922)

This commit is contained in:
Sid Premkumar
2026-02-03 11:50:53 -05:00
committed by GitHub
parent 1b76e1905b
commit 26c3f79711
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
runs-on: ubicloud-standard-4
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ${{ github.event_name == 'pull_request' && fromJSON('["3.13"]') || fromJSON('["3.10", "3.11", "3.12", "3.13"]') }}
optimistic-scheduling: ["true", "false"]
timeout-minutes: 20
steps: