Merge pull request #61 from hughrun/actions
change login in Actions filter
This commit is contained in:
commit
77d005c73c
2
.github/workflows/minify-map-json.yml
vendored
2
.github/workflows/minify-map-json.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
processJson:
|
||||
if: ${{ github.event.label.name != 'automated' }}
|
||||
if: ${{ github.event.commits.*.message.includes('from hughrun/geo-to-topo') != true }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue