1
0
mirror of synced 2025-12-30 03:01:36 -05:00

only run openapi workflow when PR is initially opened (#33662)

This commit is contained in:
Rachael Sewell
2022-12-19 11:59:10 -08:00
committed by GitHub
parent 00868e3fcf
commit 7e4e76a82c

View File

@@ -6,6 +6,10 @@ name: OpenAPI generate decorated schema files
on:
pull_request:
# This prevents the workflow from running continuously. We only want
# this workflow to run once on the initial open.
types:
- opened
permissions:
contents: write