diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index b319d10..18d4871 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,5 +1,4 @@ name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -7,7 +6,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -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: {}