renovate?
/ renovate (push) Failing after 9s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 12:38:32 +00:00
parent e706264fe4
commit e2b9182595
2 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# because we're testing the renovate part a lot, disabling this job # because we're testing the renovate part a lot, disabling this job
# on: [push] # on: [push]
on:
push:
branches:
- 'notmain'
jobs: jobs:
test: test:
runs-on: docker runs-on: docker

View File

@ -1,12 +1,12 @@
on: on:
workflow_dispatch: # workflow_dispatch:
inputs: # inputs:
number1_default: # number1_default:
description: "Number with default" # description: "Number with default"
required: false # required: false
default: 100 # default: 100
schedule: #schedule:
- cron: "3 3 * * *" #- cron: "3 3 * * *"
push: push:
branches: branches:
- 'main' - 'main'