chore: sync lint-action workflow
Dit bestand is nu hetzelfde als op de branch voor de testing workflow om merge conflicts te vermijden Komt door mijn eigen slechte branching...
This commit is contained in:
		
							parent
							
								
									efb3aa5512
								
							
						
					
					
						commit
						50adbda352
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/lint-action.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/lint-action.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -11,7 +11,7 @@ on: | ||||||
|     pull_request: |     pull_request: | ||||||
|         branches: |         branches: | ||||||
|             - dev |             - dev | ||||||
|         types: [ready_for_review] |         types: ["synchronize", "ready_for_review", "opened", "reopened"] | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token | # Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token | ||||||
|  | @ -22,6 +22,7 @@ permissions: | ||||||
| jobs: | jobs: | ||||||
|     run-linters: |     run-linters: | ||||||
|         name: Run linters |         name: Run linters | ||||||
|  |         if: '! github.event.pull_request.draft' | ||||||
|         runs-on: [self-hosted, Linux, X64] |         runs-on: [self-hosted, Linux, X64] | ||||||
| 
 | 
 | ||||||
|         steps: |         steps: | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst