Actions #58

Merged
hughrun merged 2 commits from actions into master 2021-01-29 09:55:28 +11:00
Showing only changes of commit 88cfcaf913 - Show all commits

View file

@ -8,6 +8,7 @@ on:
workflow_dispatch:
jobs:
processJson:
if: ${{ github.event.label.name != 'automated' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2