We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16413 commit 93aa43bCopy full SHA for 93aa43b
.github/workflows/flowzone.yml
@@ -1,13 +1,11 @@
1
name: Flowzone
2
-
3
on:
4
pull_request:
5
types: [opened, synchronize, closed]
6
branches: [main, master]
7
pull_request_target:
8
9
10
11
jobs:
12
flowzone:
13
@@ -16,6 +14,4 @@ jobs:
16
14
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
17
15
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
18
secrets: inherit
19
- with:
20
- repo_config: true
21
- repo_description: "On device application for Automated Hardware Tests"
+ with: {}
0 commit comments