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:

View File

@@ -3,6 +3,8 @@ on: [push, pull_request]
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:

View File

@@ -12,6 +12,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: