change logic on if filter

This commit is contained in:
Hugh Rundle 2021-01-29 10:25:56 +11:00
parent 88cfcaf913
commit ebddda6882

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