Skip to content

Commit ce355c8

Browse files
authored
Add skip CI option
1 parent 3283810 commit ce355c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
# This workflow contains a single job called "build"
1616
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]')
1718
# The type of runner that the job will run on
1819
runs-on: ubuntu-latest
1920
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)