Skip to content

Commit

Permalink
Merge pull request #8 from balena-io/kyle/patch
Browse files Browse the repository at this point in the history
Remove repo config from flowzone.yml
  • Loading branch information
flowzone-app[bot] authored Dec 19, 2023
2 parents 5f16413 + c7d293f commit c036c3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
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 @@ -16,6 +14,4 @@ jobs:
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
repo_config: true
repo_description: "On device application for Automated Hardware Tests"
with: {}

0 comments on commit c036c3c

Please sign in to comment.