Skip to content

Commit

Permalink
Remove repo config from flowzone.yml
Browse files Browse the repository at this point in the history
This functionality is being deprecated in Flowzone.

See: product-os/flowzone#833

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 20, 2023
1 parent 5b94fbe commit b7b61ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]

jobs:
flowzone:
name: Flowzone
Expand All @@ -24,14 +22,13 @@ jobs:
)
secrets: inherit
with:
repo_config: true
repo_description: "temporary policy-bot ARM64 packaging scaffold"
repo_homepage: "https://github.com/palantir/policy-bot"
# FIXME: remove when https://github.com/palantir/policy-bot/issues/558 ships
docker_images: |
ghcr.io/product-os/policy-bot
docker_runs_on: >
{
"linux/amd64": ["ubuntu-22.04"],
"linux/arm64": ["self-hosted","distro:jammy","platform:linux/arm64"]
}

0 comments on commit b7b61ac

Please sign in to comment.