Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00868e3 commit 7e4e76aCopy full SHA for 7e4e76a
1 file changed
.github/workflows/openapi-decorate.yml
@@ -6,6 +6,10 @@ name: OpenAPI generate decorated schema files
6
7
on:
8
pull_request:
9
+ # This prevents the workflow from running continuously. We only want
10
+ # this workflow to run once on the initial open.
11
+ types:
12
+ - opened
13
14
permissions:
15
contents: write
0 commit comments