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 19, 2023
1 parent 24af1b7 commit c4dff10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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 @@ -18,8 +16,6 @@ jobs:
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
repo_config: true
repo_description: "balenaCloud application used to configure balenaOS from supported metadata services"
balena_slugs: |
balena_os/cloud-config-amd64,
balena_os/cloud-config-aarch64

0 comments on commit c4dff10

Please sign in to comment.