Testing with self-hosted actions
This commit is contained in:
		
							parent
							
								
									1d5af125a0
								
							
						
					
					
						commit
						6f55f10648
					
				| 
						 | 
					@ -9,8 +9,8 @@ jobs:
 | 
				
			||||||
  lint_and_test:
 | 
					  lint_and_test:
 | 
				
			||||||
    # if: ${{ !github.event.act }} # Skip during local actions testing
 | 
					    # if: ${{ !github.event.act }} # Skip during local actions testing
 | 
				
			||||||
    if: github.repository == 'garrancode/gocustomurls'
 | 
					    if: github.repository == 'garrancode/gocustomurls'
 | 
				
			||||||
    # runs-on: [ubuntu-latest, self-hosted]
 | 
					    runs-on: [ubuntu-latest, self-hosted]
 | 
				
			||||||
    runs-on: [ubuntu-latest]
 | 
					    # runs-on: [ubuntu-latest]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue