mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 23:43:47 +00:00 
			
		
		
		
	run jobs only in the original repo
This commit is contained in:
		
							parent
							
								
									aeb851a210
								
							
						
					
					
						commit
						ddd40e889d
					
				
							
								
								
									
										1
									
								
								.github/workflows/buildjet.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/buildjet.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   buildjet: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							| @ -13,6 +13,7 @@ on: | ||||
| 
 | ||||
| jobs: | ||||
|   check-dist: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v5 | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/coverage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/coverage.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   coverage: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/git-registry.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/git-registry.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   git-registry: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   install: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/simple.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/simple.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   simple: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/target-dir.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/target-dir.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   target-dir: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|  | ||||
							
								
								
									
										7
									
								
								.github/workflows/workspaces.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/workspaces.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,6 +4,7 @@ on: [push, pull_request] | ||||
| 
 | ||||
| jobs: | ||||
|   workspaces: | ||||
|     if: github.repository == 'Swatinem/rust-cache' | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
| @ -26,8 +27,10 @@ jobs: | ||||
|             tests | ||||
|             tests/wasm-workspace | ||||
| 
 | ||||
|       - run: cargo check | ||||
|       - name: cargo check (tests) | ||||
|         working-directory: tests | ||||
|         run: cargo check | ||||
| 
 | ||||
|       - run: cargo check | ||||
|       - name: cargo check (tests/wasm-workspace) | ||||
|         working-directory: tests/wasm-workspace | ||||
|         run: cargo check | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user