File tree Expand file tree Collapse file tree 2 files changed +40
-40
lines changed
Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 11name : Build & Publish
22
3- on :
4- push :
5- branches :
6- - ' **'
7- tags :
8- - ' *'
9- paths :
10- - ' .github/workflows/ci.yml'
11- - ' .github/scripts/**'
12- - ' client/**'
13- - ' sdk/python/packages/**'
14- - ' packages/flet/**'
15- - ' .fvmrc'
16- pull_request :
17- paths :
18- - ' .github/workflows/ci.yml'
19- - ' .github/scripts/**'
20- - ' client/**'
21- - ' sdk/python/packages/**'
22- - ' packages/flet/**'
23- - ' .fvmrc'
24- workflow_dispatch :
3+ # on:
4+ # push:
5+ # branches:
6+ # - '**'
7+ # tags:
8+ # - '*'
9+ # paths:
10+ # - '.github/workflows/ci.yml'
11+ # - '.github/scripts/**'
12+ # - 'client/**'
13+ # - 'sdk/python/packages/**'
14+ # - 'packages/flet/**'
15+ # - '.fvmrc'
16+ # pull_request:
17+ # paths:
18+ # - '.github/workflows/ci.yml'
19+ # - '.github/scripts/**'
20+ # - 'client/**'
21+ # - 'sdk/python/packages/**'
22+ # - 'packages/flet/**'
23+ # - '.fvmrc'
24+ # workflow_dispatch:
2525
2626permissions :
2727 id-token : write
Original file line number Diff line number Diff line change 11name : macOS Integration Tests
22
3- on :
4- push :
5- paths :
6- - ' .github/workflows/macos-integration-tests.yml'
7- - ' sdk/python/packages/flet/src/**'
8- - ' sdk/python/packages/flet/integration_tests/**'
9- - ' packages/flet/**'
10- - ' client/**'
11- - ' .fvmrc'
12- pull_request :
13- paths :
14- - ' .github/workflows/macos-integration-tests.yml'
15- - ' sdk/python/packages/flet/src/**'
16- - ' sdk/python/packages/flet/integration_tests/**'
17- - ' packages/flet/**'
18- - ' client/**'
19- - ' .fvmrc'
20- workflow_dispatch :
3+ # on:
4+ # push:
5+ # paths:
6+ # - '.github/workflows/macos-integration-tests.yml'
7+ # - 'sdk/python/packages/flet/src/**'
8+ # - 'sdk/python/packages/flet/integration_tests/**'
9+ # - 'packages/flet/**'
10+ # - 'client/**'
11+ # - '.fvmrc'
12+ # pull_request:
13+ # paths:
14+ # - '.github/workflows/macos-integration-tests.yml'
15+ # - 'sdk/python/packages/flet/src/**'
16+ # - 'sdk/python/packages/flet/integration_tests/**'
17+ # - 'packages/flet/**'
18+ # - 'client/**'
19+ # - '.fvmrc'
20+ # workflow_dispatch:
2121
2222# Ensure only one run per branch (PR or push), cancel older ones
2323concurrency :
You can’t perform that action at this time.
0 commit comments