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 d2c265c commit e9e39ca
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,5 +1,4 @@
name: Flowzone

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

jobs:
flowzone:
name: Flowzone
Expand All @@ -26,8 +24,7 @@ jobs:
with:
docker_runs_on: >
{
"linux/amd64": ["self-hosted","distro:jammy","X64"]
}
repo_config: true
repo_description: "Run Docker container images in Firecracker microVMs on balenaOS"
repo_default_branch: main

0 comments on commit e9e39ca

Please sign in to comment.