mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	remove version nb checks
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -25,23 +25,6 @@ env:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
 | 
			
		||||
  check_version:
 | 
			
		||||
    name: version number
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    if: ${{ github.event_name == 'pull_request' }}
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      - name: Check version number
 | 
			
		||||
        if: ${{ github.event_name == 'pull_request' }}
 | 
			
		||||
        run: |
 | 
			
		||||
          python3 ci/check_version_number.py --branch ${{ github.base_ref }}
 | 
			
		||||
      - name: Finish
 | 
			
		||||
        if: always()
 | 
			
		||||
        run: echo 'done'
 | 
			
		||||
 | 
			
		||||
  pep_style:
 | 
			
		||||
    name: PEP style (python)
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user