Skip to content

Commit b7b61ac

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 5b94fbe commit b7b61ac

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,14 +1,12 @@
11
---
22
name: Flowzone
3-
43
on:
54
pull_request:
65
types: [opened, synchronize, closed]
76
branches: [main, master]
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -24,14 +22,13 @@ jobs:
2422
)
2523
secrets: inherit
2624
with:
27-
repo_config: true
28-
repo_description: "temporary policy-bot ARM64 packaging scaffold"
29-
repo_homepage: "https://github.com/palantir/policy-bot"
3025
# FIXME: remove when https://github.com/palantir/policy-bot/issues/558 ships
3126
docker_images: |
3227
ghcr.io/product-os/policy-bot
3328
docker_runs_on: >
3429
{
30+
3531
"linux/amd64": ["ubuntu-22.04"],
3632
"linux/arm64": ["self-hosted","distro:jammy","platform:linux/arm64"]
3733
}
34+

0 commit comments

Comments
 (0)