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 <[email protected]>
  • Loading branch information
klutchell committed Dec 19, 2023
1 parent 1a759d5 commit e08e54a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# .github/workflows/flowzone.yml
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
Expand All @@ -9,7 +8,6 @@ on:
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]

jobs:
flowzone:
name: Flowzone
Expand All @@ -25,16 +23,10 @@ jobs:
)
secrets: inherit
with:
repo_config: true
repo_description: "Balena base images"
repo_homepage: https://docs.balena.io/reference/base-images/base-images/#balena-base-images
custom_runs_on: >
[
["self-hosted","X64"]
]
custom_publish_matrix:
all-dockerfiles,
all-bakefiles,
all-workflows,
all-descriptions,
missing-repositories
custom_publish_matrix: all-dockerfiles, all-bakefiles, all-workflows, all-descriptions, missing-repositories

0 comments on commit e08e54a

Please sign in to comment.