diff --git a/.github/workflows/minify-map-json.yml b/.github/workflows/minify-map-json.yml index 0928ecd..5c55850 100644 --- a/.github/workflows/minify-map-json.yml +++ b/.github/workflows/minify-map-json.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: processJson: - if: ${{ github.event.commits.*.message.includes('from hughrun/geo-to-topo') != true }} + if: "!contains(github.event.head_commit.message 'from hughrun/geo-to-topo')" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2