From 9791f26a9491dcb0bea77a8bea0273fabe0d64ef Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Tue, 30 Jun 2020 01:28:57 +0200 Subject: [PATCH] workflow skip test [skip ci] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3464f37..8557eb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - if: ${{ (github.ref == 'refs/heads/master') && (! contains(toJSON(github.event.commits.*.msg), '[skip ci]')) }} + if: ${{ github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[skip ci]') }} steps: - name: Checkout uses: actions/checkout@v1