fix: skip ci

This commit is contained in:
Rodrigo Fernandes 2020-01-01 20:26:53 +00:00
parent 37fb939e8e
commit b3a3fd8a30
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,8 @@ on:
jobs:
version:
if:
github.event.pull_request.merged && "!contains(github.event.head_commit.message, 'skip ci')" &&
"!contains(github.event.head_commit.message, 'skip release')"
"github.event.pull_request.merged && !contains(github.event.head_commit.message, 'skip ci') &&
!contains(github.event.head_commit.message, 'skip release')"
runs-on: ubuntu-18.04
container:
image: codacy/git-version

View file

@ -9,8 +9,8 @@ on:
jobs:
build:
if:
github.event.pull_request.merged && "!contains(github.event.head_commit.message, 'skip ci')" &&
"!contains(github.event.head_commit.message, 'skip release')"
"github.event.pull_request.merged && !contains(github.event.head_commit.message, 'skip ci') &&
!contains(github.event.head_commit.message, 'skip release')"
runs-on: ubuntu-18.04
env:
CI: true