recover file
This commit is contained in:
		
							parent
							
								
									efc2158215
								
							
						
					
					
						commit
						9935772f24
					
				
					 1 changed files with 3 additions and 8 deletions
				
			
		
							
								
								
									
										11
									
								
								.github/workflows/manually_build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/manually_build.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,10 +1,6 @@
 | 
			
		|||
name: Manually Build
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches: [ main ]
 | 
			
		||||
    paths:
 | 
			
		||||
      - '.github/workflows/manually_build.yml'
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    inputs:
 | 
			
		||||
      artifact:
 | 
			
		||||
| 
						 | 
				
			
			@ -53,8 +49,7 @@ on:
 | 
			
		|||
        type: string
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  # TAG: ${{ github.event.inputs.tag }}
 | 
			
		||||
  TAG: 2.4.0-SNAPSHOT
 | 
			
		||||
  TAG: ${{ github.event.inputs.tag }}
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: read
 | 
			
		||||
| 
						 | 
				
			
			@ -62,7 +57,7 @@ permissions:
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  bigdl-llm-xpu:
 | 
			
		||||
    # if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }}
 | 
			
		||||
    if: ${{ github.event.inputs.artifact == 'bigdl-llm-xpu' || github.event.inputs.artifact == 'all' }}
 | 
			
		||||
    runs-on: [self-hosted, Shire]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
| 
						 | 
				
			
			@ -90,7 +85,7 @@ jobs:
 | 
			
		|||
        sudo docker rmi -f ${image}:${TAG} 10.239.45.10/arda/${image}:${TAG}
 | 
			
		||||
 | 
			
		||||
  bigdl-llm-cpu:
 | 
			
		||||
    # if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }}
 | 
			
		||||
    if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }}
 | 
			
		||||
    runs-on: [self-hosted, Shire]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue