Add NO_CI

This commit is contained in:
Dennis Eichhorn 2020-02-05 08:55:40 +01:00 committed by GitHub
parent b1d21b1de9
commit bd42c572fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on: [push]
jobs:
custom:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'NO_CI')"
strategy:
fail-fast: false
max-parallel: 3