Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									e706264fe4
								
							
						
					
					
						commit
						e2b9182595
					
				
					 2 changed files with 12 additions and 8 deletions
				
			
		|  | @ -1,5 +1,9 @@ | |||
| # because we're testing the renovate part a lot, disabling this job | ||||
| # on: [push] | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|     - 'notmain' | ||||
| jobs: | ||||
|   test: | ||||
|     runs-on: docker | ||||
|  |  | |||
|  | @ -1,12 +1,12 @@ | |||
| on: | ||||
|   workflow_dispatch: | ||||
|     inputs: | ||||
|       number1_default: | ||||
|         description: "Number with default" | ||||
|         required: false | ||||
|         default: 100 | ||||
|   schedule: | ||||
|   - cron: "3 3 * * *" | ||||
|   #  workflow_dispatch: | ||||
|   #  inputs: | ||||
|   #    number1_default: | ||||
|   #      description: "Number with default" | ||||
|   #      required: false | ||||
|   #      default: 100 | ||||
|   #schedule: | ||||
|   #- cron: "3 3 * * *" | ||||
|   push: | ||||
|     branches: | ||||
|     - 'main' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue