mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
Merge pull request #2415 from matmair/workflow-remaster
Workflow remaster
This commit is contained in:
commit
6690001e81
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
check_version:
|
check_version:
|
||||||
name: version number
|
name: version number
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
@ -41,6 +42,7 @@ jobs:
|
|||||||
name: PEP style (python)
|
name: PEP style (python)
|
||||||
needs: check_version
|
needs: check_version
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: always()
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user