Skip to content

Commit 74192f6

Browse files
committed
Run compat tests for PRs only when the build system has been changed
1 parent 5925f00 commit 74192f6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-compat-conda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- main
9+
paths:
10+
- setup
11+
- support/**
912
workflow_dispatch:
1013

1114
jobs:

.github/workflows/test-compat-venv-apt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- main
9+
paths:
10+
- setup
11+
- support/**
912
workflow_dispatch:
1013

1114
jobs:

0 commit comments

Comments
 (0)