mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-11-04 14:32:53 +00:00 
			
		
		
		
	禁用删除工作流运行
This commit is contained in:
		
							parent
							
								
									2ca34fb9ad
								
							
						
					
					
						commit
						609360a1d0
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		
							
								
								
									
										14
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -18,13 +18,13 @@ jobs:
 | 
				
			||||||
    - name: Checkout
 | 
					    - name: Checkout
 | 
				
			||||||
      uses: actions/checkout@v4
 | 
					      uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: 删除工作流运行
 | 
					    # - name: 删除工作流运行
 | 
				
			||||||
      uses: Mattraks/delete-workflow-runs@v2
 | 
					    #   uses: Mattraks/delete-workflow-runs@v2
 | 
				
			||||||
      with:
 | 
					    #   with:
 | 
				
			||||||
        token: ${{ github.token }}
 | 
					    #     token: ${{ github.token }}
 | 
				
			||||||
        repository: ${{ github.repository }}
 | 
					    #     repository: ${{ github.repository }}
 | 
				
			||||||
        retain_days: 0
 | 
					    #     retain_days: 0
 | 
				
			||||||
        keep_minimum_runs: 1
 | 
					    #     keep_minimum_runs: 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build
 | 
					    - name: Build
 | 
				
			||||||
      run:  cd v2rayN && 
 | 
					      run:  cd v2rayN && 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue