Merge pull request #43 from polkadot-js/jg-ci-skip

Skip CI in actions
This commit is contained in:
Jaco Greeff 2019-10-08 15:43:08 +02:00 committed by GitHub
commit 78a441f822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
jobs:
merge:
name: Merge
if: "! contains(github.event.head_commit.message, '[CI Skip]')"
runs-on: ubuntu-latest
strategy:
matrix: