Skip to content

Commit 005eae2

Browse files
authored
Merge pull request #1272 from LourensVeen/issue_1271_framework_ci_libs
Improve framework CI running
2 parents d99c8ae + 74192f6 commit 005eae2

3 files changed

Lines changed: 10 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:

.github/workflows/test-framework.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
paths:
66
- .github/workflows/test-framework.yml
77
- 'src/amuse/**'
8+
- 'lib/**'
9+
- 'src/tests/**'
810
pull_request:
911
paths:
1012
- .github/workflows/test-framework.yml
1113
- 'src/amuse/**'
14+
- 'lib/**'
15+
- 'src/tests/**'
1216
workflow_dispatch:
1317

1418
jobs:

0 commit comments

Comments
 (0)