mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 20:08:36 +08:00 
			
		
		
		
	Support skipping saving the cache again
This commit is contained in:
		
							parent
							
								
									627f0f41f6
								
							
						
					
					
						commit
						4486cc63b4
					
				|  | @ -29,7 +29,7 @@ runs: | ||||||
|   using: 'node16' |   using: 'node16' | ||||||
|   main: 'dist/restore/index.js' |   main: 'dist/restore/index.js' | ||||||
|   post: 'dist/save/index.js' |   post: 'dist/save/index.js' | ||||||
|   post-if: success() |   post-if: success() && env.CACHE_SKIP_SAVE != 'true' | ||||||
| branding: | branding: | ||||||
|   icon: 'archive' |   icon: 'archive' | ||||||
|   color: 'gray-dark' |   color: 'gray-dark' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Christian Melchior
						Christian Melchior