mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Use Actuated.dev runner for nightly builds
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,7 +6,7 @@ on:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  nightly-binary:
 | 
					  nightly-binary:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: actuated-4cpu-8gb
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
					      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
				
			||||||
@@ -52,7 +52,7 @@ jobs:
 | 
				
			|||||||
          SOURCE_DIR: dist/release
 | 
					          SOURCE_DIR: dist/release
 | 
				
			||||||
          DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }}
 | 
					          DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }}
 | 
				
			||||||
  nightly-docker:
 | 
					  nightly-docker:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: actuated-4cpu-8gb
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
					      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user