.gitea/workflows/gitea-ci.yaml aktualisiert
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				Build And Test / publish (push) Blocked by required conditions
				
			
		
		
	
	
				
					
				
			
		
			Some checks are pending
		
		
	
	Build And Test / publish (push) Blocked by required conditions
				
			This commit is contained in:
		@@ -7,11 +7,6 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
 | 
			
		||||
on: [ push ]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: https://github.com/actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
  publish:
 | 
			
		||||
    runs-on: cth-ubuntu-latest
 | 
			
		||||
    needs: build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user