Skip to content

Commit 000e201

Browse files
committed
disable ci
1 parent 86fae46 commit 000e201

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
name: 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

2626
permissions:
2727
id-token: write

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: 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
2323
concurrency:

0 commit comments

Comments
 (0)