Skip to content

Commit e08e54a

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 1a759d5 commit e08e54a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/flowzone.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# .github/workflows/flowzone.yml
22
name: Flowzone
3-
43
on:
54
pull_request:
65
types: [opened, synchronize, closed]
@@ -9,7 +8,6 @@ on:
98
pull_request_target:
109
types: [opened, synchronize, closed]
1110
branches: [main, master]
12-
1311
jobs:
1412
flowzone:
1513
name: Flowzone
@@ -25,16 +23,10 @@ jobs:
2523
)
2624
secrets: inherit
2725
with:
28-
repo_config: true
29-
repo_description: "Balena base images"
30-
repo_homepage: https://docs.balena.io/reference/base-images/base-images/#balena-base-images
3126
custom_runs_on: >
3227
[
28+
3329
["self-hosted","X64"]
3430
]
35-
custom_publish_matrix:
36-
all-dockerfiles,
37-
all-bakefiles,
38-
all-workflows,
39-
all-descriptions,
40-
missing-repositories
31+
32+
custom_publish_matrix: all-dockerfiles, all-bakefiles, all-workflows, all-descriptions, missing-repositories

0 commit comments

Comments
 (0)