Update workflow

This commit is contained in:
Mitchell Krog 2021-07-04 14:25:14 +02:00 committed by GitHub
parent 5df8230ff1
commit 7d3f889989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ on:
jobs: jobs:
build: build:
if: "!contains(github.event.head_commit.message, 'skipci')" #if: "!contains(github.event.head_commit.message, 'skipci')"
if: "contains(github.event.head_commit.message, 'ci skip')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: