mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	workflows: nix-build-aarch64: rate limit
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/nix-ci-aarch64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/nix-ci-aarch64.yml
									
									
									
									
										vendored
									
									
								
							| @@ -2,13 +2,20 @@ name: Nix aarch64 builds | |||||||
|  |  | ||||||
| on: | on: | ||||||
|   workflow_dispatch: # allows manual triggering |   workflow_dispatch: # allows manual triggering | ||||||
|  |   schedule: | ||||||
|  |     # Rebuild daily rather than on every push because QEMU is expensive (e.g. | ||||||
|  |     # 1.5h instead of minutes with the cold cache). | ||||||
|  |     # | ||||||
|  |     # randint(0, 59), randint(0, 23) | ||||||
|  |     - cron: '26 12 * * *' | ||||||
|  |   # But also rebuild if we touched any of the Nix expressions: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|       - master |       - master | ||||||
|     paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix'] |     paths: ['**/*.nix', 'flake.lock'] | ||||||
|   pull_request: |   pull_request: | ||||||
|     types: [opened, synchronize, reopened] |     types: [opened, synchronize, reopened] | ||||||
|     paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', '**/*.sh', '**/*.py', '**/*.nix'] |     paths: ['**/*.nix', 'flake.lock'] | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   nix-build-aarch64: |   nix-build-aarch64: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Someone Serge
					Someone Serge