Update test to only run on changed go files
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				release-nightly / release-image (push) Failing after 20s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	release-nightly / release-image (push) Failing after 20s
				
			This commit is contained in:
		| @@ -1,7 +1,11 @@ | |||||||
| name: Run go tests | name: Run go tests | ||||||
| on: | on: | ||||||
|   - push |   push: | ||||||
|   - pull_request |     paths: | ||||||
|  |       - '**.go' | ||||||
|  |   pull_request: | ||||||
|  |     paths: | ||||||
|  |       - '**.go' | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   GOPATH: /go_path |   GOPATH: /go_path | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user