Skip to content
Snippets Groups Projects
Unverified Commit 0fdb685c authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Only run trial CI on all python versions on non-PRs (#13698)

parent 044900af
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,16 @@ jobs: ...@@ -82,6 +82,16 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10"] python-version: ["3.7", "3.8", "3.9", "3.10"]
database: ["sqlite"] database: ["sqlite"]
extras: ["all"] extras: ["all"]
is_pr:
- ${{ startsWith(github.ref, 'refs/pull/') }}
# If we're a PR then we only test min and max python.
exclude:
- is_pr: true
python-version: 3.8
- is_pr: true
python-version: 3.9
include: include:
# Newest Python without optional deps # Newest Python without optional deps
- python-version: "3.10" - python-version: "3.10"
......
Only run trial CI on all python versions on non-PRs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment