We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dae41 commit c4d5765Copy full SHA for c4d5765
.github/workflows/macos-integration-tests.yml
@@ -2,7 +2,17 @@ name: macOS Integration Tests
2
3
on:
4
push:
5
+ paths:
6
+ - 'sdk/python/packages/flet/src/**'
7
+ - 'sdk/python/packages/flet/integration_tests/**'
8
pull_request:
9
10
11
12
+
13
+concurrency:
14
+ group: macos-integration-tests-${{ github.ref }}
15
+ cancel-in-progress: true # cancel previous runs still in progress
16
17
env:
18
FLUTTER_VERSION: "3.32.8"
0 commit comments