We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3283810 commit ce355c8Copy full SHA for ce355c8
.github/workflows/main.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
# This workflow contains a single job called "build"
16
downloadOpenApiDocs:
17
+ if: github.event_name == 'push' && !contains(toJson(github.event.commits), 'NO_CI') && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
20
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments