Merge pull request #61 from hughrun/actions

change login in Actions filter
This commit is contained in:
Hugh Rundle 2021-01-29 10:30:08 +11:00 committed by GitHub
commit 77d005c73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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