summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0f0d0a9bb..1786dd47d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -314,4 +314,18 @@ jobs:
&& 'vendoring'
|| ''
}}
+ ,
+ ${{
+ (
+ needs.determine-changes.outputs.tests != 'true'
+ && github.event_name == 'pull_request'
+ )
+ && '
+ tests-unix,
+ tests-windows,
+ test-zipapp,
+ test-importlib-metadata,
+ '
+ || ''
+ }}
jobs: ${{ toJSON(needs) }}