Skip to content

Commit 987e926

Browse files
committed
Remove useless build for system-tests
1 parent 5f0ad54 commit 987e926

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build_layer.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build Layers for system-Tests
22

33
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- "**"
48
push:
59
branches:
610
- "main"
@@ -11,8 +15,10 @@ jobs:
1115

1216
strategy:
1317
matrix:
14-
arch: [arm64, amd64]
15-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
# arch: [arm64, amd64]
19+
# python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
arch: [amd64]
21+
python_version: ["3.13"]
1622

1723
steps:
1824
- name: Checkout

0 commit comments

Comments
 (0)