Skip to content

Commit c4d5765

Browse files
committed
ci: add paths and concurrency config to macos-integration-tests github action
1 parent 23dae41 commit c4d5765

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/macos-integration-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@ name: macOS Integration Tests
22

33
on:
44
push:
5+
paths:
6+
- 'sdk/python/packages/flet/src/**'
7+
- 'sdk/python/packages/flet/integration_tests/**'
58
pull_request:
9+
paths:
10+
- 'sdk/python/packages/flet/src/**'
11+
- 'sdk/python/packages/flet/integration_tests/**'
12+
13+
concurrency:
14+
group: macos-integration-tests-${{ github.ref }}
15+
cancel-in-progress: true # cancel previous runs still in progress
616

717
env:
818
FLUTTER_VERSION: "3.32.8"

0 commit comments

Comments
 (0)