Skip to content

Commit f8a4aea

Browse files
committed
ci pip-compile: disable workflow_dispatch for reusable workflow
We don't really need this, and it's a bit of a security hole. The individual pip-compile-dev and pip-compile-docs have workflow_dispatch which can be used instead.
1 parent 5ebf9f1 commit f8a4aea

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/reusable-pip-compile.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: "Refresh pinned dependencies"
33

44
"on":
55
workflow_call:
6-
# GHA does not support anchors :(
7-
# inputs: &inputs
86
inputs:
97
# Commit messae and PR title
108
message:
@@ -31,29 +29,6 @@ name: "Refresh pinned dependencies"
3129
reset-branch:
3230
type: boolean
3331
default: false
34-
workflow_dispatch:
35-
# inputs: *inputs
36-
inputs:
37-
message:
38-
type: string
39-
required: true
40-
pr-branch:
41-
type: string
42-
required: true
43-
base-branch:
44-
type: string
45-
required: true
46-
nox-args:
47-
type: string
48-
required: true
49-
changed-files:
50-
default: "tests/*.txt"
51-
type: string
52-
required: false
53-
reset-branch:
54-
type: boolean
55-
default: false
56-
5732
jobs:
5833
refresh:
5934
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)