GitHub Actions Skip CI (#15289)

This commit is contained in:
Juan Carlos
2020-10-06 01:52:49 -03:00
committed by GitHub
parent 37758826ff
commit aca1fae55a
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ on:
jobs:
build:
if: |
!contains(format('{0} {1} {2}', github.event.head_commit.message, github.event.pull_request.title), '[skip ci]')
strategy:
fail-fast: false
matrix: