Update minify-map-json.yml
whoops missed a comma
This commit is contained in:
parent
6aa7624932
commit
593454cd6e
2
.github/workflows/minify-map-json.yml
vendored
2
.github/workflows/minify-map-json.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
processJson:
|
processJson:
|
||||||
if: "!contains(github.event.head_commit.message 'from hughrun/geo-to-topo')"
|
if: "!contains(github.event.head_commit.message, 'from hughrun/geo-to-topo')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue