We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e06eef commit d9c3b3eCopy full SHA for d9c3b3e
.github/workflows/flowzone.yml
@@ -1,5 +1,4 @@
1
name: Flowzone
2
-
3
on:
4
pull_request:
5
types: [opened, synchronize, closed]
@@ -8,7 +7,6 @@ on:
8
7
pull_request_target:
9
10
branches: [main, master]
11
12
jobs:
13
flowzone:
14
@@ -19,5 +17,3 @@ jobs:
19
17
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
20
18
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
21
secrets: inherit
22
- with:
23
- repo_config: true
0 commit comments