Add check for skipping tests

pull/229/head
aristocratos 2021-01-02 22:20:59 +01:00
parent b4ac1835c1
commit 4def5a19a4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on: [pull_request, push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip tests]')"
strategy: strategy:
max-parallel: 3 max-parallel: 3
matrix: matrix: