Merge pull request #2415 from matmair/workflow-remaster

Workflow remaster
This commit is contained in:
Oliver 2021-12-04 09:36:46 +11:00 committed by GitHub
commit 6690001e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ jobs:
check_version:
name: version number
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout Code
@ -41,6 +42,7 @@ jobs:
name: PEP style (python)
needs: check_version
runs-on: ubuntu-latest
if: always()
steps:
- name: Checkout code