change login in Actions filter #61
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: ${{ github.event.label.name != 'automated' }}
|
if: ${{ github.event.commits.*.message.includes('from hughrun/geo-to-topo') != true }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue