[skip-ci] test

This commit is contained in:
MatteoGheza 2020-05-21 08:47:16 +02:00 committed by GitHub
parent 318f26f662
commit 33f78ced8e
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.*.message), '[skip-ci]')"
if: "! contains(toJSON(github.event.commits.*.msg), '[skip-ci]')"
env:
working-directory: ./server
runs-on: ubuntu-latest