Skip to content

Commit e9e39ca

Browse files
committed
Remove repo config from flowzone.yml
This functionality is being deprecated in Flowzone. See: product-os/flowzone#833 Change-type: patch Signed-off-by: Kyle Harding <[email protected]>
1 parent d2c265c commit e9e39ca

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/flowzone.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Flowzone
2-
32
on:
43
pull_request:
54
types: [opened, synchronize, closed]
@@ -8,7 +7,6 @@ on:
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -26,8 +24,7 @@ jobs:
2624
with:
2725
docker_runs_on: >
2826
{
27+
2928
"linux/amd64": ["self-hosted","distro:jammy","X64"]
3029
}
31-
repo_config: true
32-
repo_description: "Run Docker container images in Firecracker microVMs on balenaOS"
33-
repo_default_branch: main
30+

0 commit comments

Comments
 (0)