Skip to content

Commit bfe32de

Browse files
committed
Apply suggestions
1 parent 13ec342 commit bfe32de

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci-meson.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,10 @@ jobs:
2424
matrix:
2525
os: [ubuntu]
2626
python: ['3.11', '3.12']
27-
editable: [false, true]
28-
is-pull-request:
29-
- ${{ github.event_name == 'pull_request' }}
30-
# trick from https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
31-
# in PR, only run the combinations listed below; otherwise, run all combinations
32-
exclude:
33-
- is-pull-request: true
27+
editable:
28+
${{ github.event_name == 'pull_request' ? [false] : [false, true] }}
3429
include:
35-
- os: ubuntu
36-
python: 3.11
37-
editable: false
30+
# one additional editable run in pull_request, this has no effect if not pull_request
3831
- os: ubuntu
3932
python: 3.12
4033
editable: true

0 commit comments

Comments
 (0)