change login in Actions filter #61

Merged
hughrun merged 2 commits from actions into master 2021-01-29 10:30:08 +11:00

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