[skip-ci] test2

This commit is contained in:
MatteoGheza 2020-05-21 08:48:19 +02:00 committed by GitHub
parent 33f78ced8e
commit cdb69f396a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
tests:
if: "! contains(toJSON(github.event.commits.*.msg), '[skip-ci]')"
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
env:
working-directory: ./server
runs-on: ubuntu-latest