mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	workflows: Ignore changes to docs for actions
This commit is contained in:
		
							parent
							
								
									c2e490aee7
								
							
						
					
					
						commit
						da15330dbf
					
				@ -16,6 +16,11 @@ app/pkg/*
 | 
				
			|||||||
Dockerfile
 | 
					Dockerfile
 | 
				
			||||||
.dockerignore
 | 
					.dockerignore
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Don't track docs
 | 
				
			||||||
 | 
					README.md
 | 
				
			||||||
 | 
					LICENSE
 | 
				
			||||||
 | 
					docs/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Various config files that shouldn't be tracked
 | 
					# Various config files that shouldn't be tracked
 | 
				
			||||||
lldap_config.toml
 | 
					lldap_config.toml
 | 
				
			||||||
server_key
 | 
					server_key
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							@ -23,7 +23,7 @@ jobs:
 | 
				
			|||||||
          # All of these options are optional, so you can remove them if you are happy with the defaults
 | 
					          # All of these options are optional, so you can remove them if you are happy with the defaults
 | 
				
			||||||
          concurrent_skipping: 'never'
 | 
					          concurrent_skipping: 'never'
 | 
				
			||||||
          skip_after_successful_duplicate: 'true'
 | 
					          skip_after_successful_duplicate: 'true'
 | 
				
			||||||
          paths_ignore: '["**/README.md"]'
 | 
					          paths_ignore: '["**/README.md", "**/docs/**"]'
 | 
				
			||||||
          do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
 | 
					          do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
    name: cargo test
 | 
					    name: cargo test
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user